COLOR #00197C

HEX: #00197C
RGB: (0,25,124)

Color info

#00197C contains mainly blue color. Web safe color of #00197C is #000066 (or #006).

RGB color model

#00197C color RGB value is (0,25,124).

  • red value is 0;
  • green value is 25;
  • blue value is 124.
RGB:
(0,25,124)
(0%,10%,49%)

RGB channels and saturation

R 0 of 255 = 0%
G 25 of 255 = 10%
B 124 of 255 = 49%

0
25
124

R + G + B ~ 20%. #00197C is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 25 + 124 = 149 (100%)
R 0 of 149 ~ 0%
G 25 of 149 ~ 16.78%
B 124 of 149 ~ 83.22%

%16.78
%83.22

CMYK color model

#00197C color CMYK value is (100,80,0,51).

  • cyan value is 100.00%
  • magenta value is 79.84%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(100,80,0,51)
C100M80Y0K51 
(100%,80%,0%,51%)
(1.00/0.80/0.00/0.51)	

CMYK percentages

%100
%79.84
%0
%51.37

Codes

Color #00197C in popluar color models

00197C
RGB025124
HSL228°100.00%24.31%
HSB/HSV228°100.00%48.63%
CMYK100.00%79.84%0.00%
51.37%

Color #00197C in popluar number systems.

HEX00197C
Decimal025124
Binary0110011111100
Octal031174

Shades and tints

Shades of #00197C

#00197C
(0,25,124)
#001771
(0,23,113)
#001566
(0,21,102)
#00135B
(0,19,91)
#001150
(0,17,80)
#000F45
(0,15,69)
#000D3A
(0,13,58)
#000B2F
(0,11,47)
#000924
(0,9,36)
#000719
(0,7,25)
#00050E
(0,5,14)
#000000
(0,0,0)

Tints of #00197C

#00197C
(0,25,124)
#172D87
(23,45,135)
#2E4192
(46,65,146)
#45559D
(69,85,157)
#5C69A8
(92,105,168)
#737DB3
(115,125,179)
#8A91BE
(138,145,190)
#A1A5C9
(161,165,201)
#B8B9D4
(184,185,212)
#CFCDDF
(207,205,223)
#E6E1EA
(230,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00197C color. Also use rgb(0,25,124) instead hex code.

Text Font Color

.myTextColor { color: #00197C; }

<p style="color:#00197C">This sample text font color is #00197C.</p>

This text font color is #00197C.


Background Color

.myBgColor { background-color: #00197C; }

<div style="background-color:#00197C">Inner text</div>

This div background color is #00197C.


Border color

.myBorderColor { border: 1px solid #00197C; }

<div style="border:3px solid #00197C">Div</div>

This div border color is #00197C.


Opacity

.myOpacity80 { color: #00197C; opacity: 0.8; }

<p style="color:#00197C;opacity:0.8;">80%</p>

Text with #00197C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #00197C;}

<p style="text-shadow: 3px 3px 1px #00197C">Text here.</p>

This text has shadow with #00197C color.

.textShadow {text-shadow: 3px 3px 1px #00197C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #00197C, 5px 5px 20px red">Text here.</p>

This text has shadow with #00197C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#00197C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#00197C, Direction=45, Strength=4)">Text</p>

This text has shadow with #00197C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #00197C;
  -webkit-box-shadow:	1px 1px 3px 2px #00197C;
  box-shadow:		1px 1px 3px 2px #00197C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #00197C;
-webkit-box-shadow: 1px 1px 3px 2px #00197C;
box-shadow:1px 1px 3px 2px #00197C;">
Div content here</div>
This div box has shadow with color #00197C.

Preview

Color preview on black background

This text has color #00197C on black background.


Color preview on white background

This text has color #00197C on white background.



Black color preview on #00197C background

This text has black color on #00197C background.


White color preview on #00197C background

This text has white color on #00197C background.