Html Css Color HEX #19497E Dark Cerulean

📋 copy color: '#19497E'

red 25 ◦ green 73 ◦ blue 126

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

Shades of Dark Cerulean #19497E

Tints of Dark Cerulean #19497E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 56.25%

R = 11.16%
G = 32.59%
B = 56.25%

CMYK

 C value IS 0.80

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#19497E (or 0x19497E) is known color: Dark Cerulean. HEX triplet: 19, 49 and 7E. RGB value is (25,73,126). Sum of RGB (Red+Green+Blue) = 25+73+126=224 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.16% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 126 (49.61% from 255 or 56.25% from 224); Max value from RGB is 126 - color contains mainly: blue. Hex color #19497E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19497E is #E6B681. Grayscale: #404040. Windows color (decimal): -15120002 or 8276249. OLE color: 8276249.

HSL color Cylindrical-coordinate representation of color #19497E: hue angle of 211.49º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19497E is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 25 73 126 -
CMYK 0.80 0.42 0 0.51
HSL 211.49º 0.67% 0.3% -
HSV(B) 211.49º 0.8% 0.49% -
XYZ 6.55 6.48 20.64 -
YUV 64.69 162.6 99.69 -
System Red Green Blue C M Y K H S L
Decimal 25 73 126 0.80 0.42 0 0.51 211.49 0.67 0.3
Hex 19 49 7E 50 2A 0 33 D3 43 1E
Octal 31 111 176 120 52 0 63 323 103 36
Binary 11001 1001001 1111110 1010000 101010 0 110011 11010011 1000011 11110

Color Harmonies of #19497E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19497E

Black with #19497E

Text Example


Text Example

White with #19497E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19497E; }

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

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

background-color css

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

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

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

border-color css

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

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

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