Html Css Color HEX #19426E Dark Cerulean

📋 copy color: '#19426E'

red 25 ◦ green 66 ◦ blue 110

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

Shades of Dark Cerulean #19426E

Tints of Dark Cerulean #19426E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.84%

 BLUE value IS 110 (43.36% from 255) = 54.73%

R = 12.44%
G = 32.84%
B = 54.73%

CMYK

 C value IS 0.77

 M value IS 0.4

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#19426E (or 0x19426E) is known color: Dark Cerulean. HEX triplet: 19, 42 and 6E. RGB value is (25,66,110). Sum of RGB (Red+Green+Blue) = 25+66+110=201 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.44% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 110 (43.36% from 255 or 54.73% from 201); Max value from RGB is 110 - color contains mainly: blue. Hex color #19426E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19426E is #E6BD91. Grayscale: #3A3A3A. Windows color (decimal): -15121810 or 7225881. OLE color: 7225881.

HSL color Cylindrical-coordinate representation of color #19426E: hue angle of 211.06º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19426E is Cyan = 0.77, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 25 66 110 -
CMYK 0.77 0.4 0 0.57
HSL 211.06º 0.63% 0.26% -
HSV(B) 211.06º 0.77% 0.43% -
XYZ 5.16 5.23 15.49 -
YUV 58.76 156.92 103.92 -
System Red Green Blue C M Y K H S L
Decimal 25 66 110 0.77 0.4 0 0.57 211.06 0.63 0.26
Hex 19 42 6E 4D 28 0 39 D3 3F 1A
Octal 31 102 156 115 50 0 71 323 77 32
Binary 11001 1000010 1101110 1001101 101000 0 111001 11010011 111111 11010

Color Harmonies of #19426E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19426E

Black with #19426E

Text Example


Text Example

White with #19426E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,66,110); }

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

background-color css

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

 a { background-color: rgb(25,66,110); }

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

border-color css

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

 span { border-color: rgb(25,66,110); }

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