Html Css Color HEX #19496F Dark Cerulean

📋 copy color: '#19496F'

red 25 ◦ green 73 ◦ blue 111

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

Shades of Dark Cerulean #19496F

Tints of Dark Cerulean #19496F

RGB

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

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

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

R = 11.96%
G = 34.93%
B = 53.11%

CMYK

 C value IS 0.77

 M value IS 0.34

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#19496F (or 0x19496F) is known color: Dark Cerulean. HEX triplet: 19, 49 and 6F. RGB value is (25,73,111). Sum of RGB (Red+Green+Blue) = 25+73+111=209 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.96% from 209); Green value is 73 (28.91% from 255 or 34.93% from 209); Blue value is 111 (43.75% from 255 or 53.11% from 209); Max value from RGB is 111 - color contains mainly: blue. Hex color #19496F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19496F is #E6B690. Grayscale: #3E3E3E. Windows color (decimal): -15120017 or 7293209. OLE color: 7293209.

HSL color Cylindrical-coordinate representation of color #19496F: hue angle of 206.51º 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 #19496F is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 25 73 111 -
CMYK 0.77 0.34 0 0.56
HSL 206.51º 0.63% 0.27% -
HSV(B) 206.51º 0.77% 0.44% -
XYZ 5.65 6.12 15.92 -
YUV 62.98 155.1 100.91 -
System Red Green Blue C M Y K H S L
Decimal 25 73 111 0.77 0.34 0 0.56 206.51 0.63 0.27
Hex 19 49 6F 4D 22 0 38 CF 3F 1B
Octal 31 111 157 115 42 0 70 317 77 33
Binary 11001 1001001 1101111 1001101 100010 0 111000 11001111 111111 11011

Color Harmonies of #19496F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19496F

Black with #19496F

Text Example


Text Example

White with #19496F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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