Html Css Color HEX #194971 Dark Cerulean

📋 copy color: '#194971'

red 25 ◦ green 73 ◦ blue 113

#194971
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #194971

Tints of Dark Cerulean #194971

RGB

 RED value IS 25 (10.16% from 255) = 11.85%

 GREEN value IS 73 (28.91% from 255) = 34.6%

 BLUE value IS 113 (44.53% from 255) = 53.55%

R = 11.85%
G = 34.6%
B = 53.55%

CMYK

 C value IS 0.78

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#194971 (or 0x194971) is known color: Dark Cerulean. HEX triplet: 19, 49 and 71. RGB value is (25,73,113). Sum of RGB (Red+Green+Blue) = 25+73+113=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 113 (44.53% from 255 or 53.55% from 211); Max value from RGB is 113 - color contains mainly: blue. Hex color #194971 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194971 is #E6B68E. Grayscale: #3F3F3F. Windows color (decimal): -15120015 or 7424281. OLE color: 7424281.

HSL color Cylindrical-coordinate representation of color #194971: hue angle of 207.27º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #194971 is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 25 73 113 -
CMYK 0.78 0.35 0 0.56
HSL 207.27º 0.64% 0.27% -
HSV(B) 207.27º 0.78% 0.44% -
XYZ 5.76 6.16 16.51 -
YUV 63.21 156.1 100.75 -
System Red Green Blue C M Y K H S L
Decimal 25 73 113 0.78 0.35 0 0.56 207.27 0.64 0.27
Hex 19 49 71 4E 23 0 38 CF 40 1B
Octal 31 111 161 116 43 0 70 317 100 33
Binary 11001 1001001 1110001 1001110 100011 0 111000 11001111 1000000 11011

Color Harmonies of #194971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194971

Black with #194971

Text Example


Text Example

White with #194971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194971; }

 p { color: rgb(25,73,113); }

 H1.HeaderClassName
 {
   color: #194971;
 }
 .AnyTagClassName
 {
   color: #194971;
 }
</style>

background-color css

<style>
 a { background-color: #194971; }

 a { background-color: rgb(25,73,113); }

 div.DivClassName
 {
   background-color: #194971;
 }
 .BgClassName
 {
   background-color: #194971;
 }
</style>

border-color css

<style>
 span { border-color: #194971; }

 span { border-color: rgb(25,73,113); }

 td.TdClassName
 {
   border-color: #194971;
 }
 .TagClassName
 {
   border-color: #194971;
 }
</style>