Html Css Color HEX #19446E Dark Cerulean

📋 copy color: '#19446E'

red 25 ◦ green 68 ◦ blue 110

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

Shades of Dark Cerulean #19446E

Tints of Dark Cerulean #19446E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.5%

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

R = 12.32%
G = 33.5%
B = 54.19%

CMYK

 C value IS 0.77

 M value IS 0.38

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#19446E (or 0x19446E) is known color: Dark Cerulean. HEX triplet: 19, 44 and 6E. RGB value is (25,68,110). Sum of RGB (Red+Green+Blue) = 25+68+110=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 110 (43.36% from 255 or 54.19% from 203); Max value from RGB is 110 - color contains mainly: blue. Hex color #19446E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19446E is #E6BB91. Grayscale: #3B3B3B. Windows color (decimal): -15121298 or 7226393. OLE color: 7226393.

HSL color Cylindrical-coordinate representation of color #19446E: hue angle of 209.65º 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 #19446E is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 25 68 110 -
CMYK 0.77 0.38 0 0.57
HSL 209.65º 0.63% 0.26% -
HSV(B) 209.65º 0.77% 0.43% -
XYZ 5.28 5.47 15.53 -
YUV 59.93 156.25 103.08 -
System Red Green Blue C M Y K H S L
Decimal 25 68 110 0.77 0.38 0 0.57 209.65 0.63 0.26
Hex 19 44 6E 4D 26 0 39 D2 3F 1A
Octal 31 104 156 115 46 0 71 322 77 32
Binary 11001 1000100 1101110 1001101 100110 0 111001 11010010 111111 11010

Color Harmonies of #19446E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19446E

Black with #19446E

Text Example


Text Example

White with #19446E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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