Html Css Color HEX #19446F Dark Cerulean

📋 copy color: '#19446F'

red 25 ◦ green 68 ◦ blue 111

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

Shades of Dark Cerulean #19446F

Tints of Dark Cerulean #19446F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 54.41%

R = 12.25%
G = 33.33%
B = 54.41%

CMYK

 C value IS 0.77

 M value IS 0.39

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#19446F (or 0x19446F) is known color: Dark Cerulean. HEX triplet: 19, 44 and 6F. RGB value is (25,68,111). Sum of RGB (Red+Green+Blue) = 25+68+111=204 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.25% from 204); Green value is 68 (26.95% from 255 or 33.33% from 204); Blue value is 111 (43.75% from 255 or 54.41% from 204); Max value from RGB is 111 - color contains mainly: blue. Hex color #19446F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19446F is #E6BB90. Grayscale: #3B3B3B. Windows color (decimal): -15121297 or 7291929. OLE color: 7291929.

HSL color Cylindrical-coordinate representation of color #19446F: hue angle of 210º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19446F is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 25 68 111 -
CMYK 0.77 0.39 0 0.56
HSL 210º 0.63% 0.27% -
HSV(B) 210º 0.77% 0.44% -
XYZ 5.34 5.49 15.82 -
YUV 60.05 156.75 103 -
System Red Green Blue C M Y K H S L
Decimal 25 68 111 0.77 0.39 0 0.56 210 0.63 0.27
Hex 19 44 6F 4D 27 0 38 D2 3F 1B
Octal 31 104 157 115 47 0 70 322 77 33
Binary 11001 1000100 1101111 1001101 100111 0 111000 11010010 111111 11011

Color Harmonies of #19446F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19446F

Black with #19446F

Text Example


Text Example

White with #19446F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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