Html Css Color HEX #19487D Dark Cerulean

📋 copy color: '#19487D'

red 25 ◦ green 72 ◦ blue 125

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

Shades of Dark Cerulean #19487D

Tints of Dark Cerulean #19487D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.43%

 BLUE value IS 125 (49.22% from 255) = 56.31%

R = 11.26%
G = 32.43%
B = 56.31%

CMYK

 C value IS 0.8

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#19487D (or 0x19487D) is known color: Dark Cerulean. HEX triplet: 19, 48 and 7D. RGB value is (25,72,125). Sum of RGB (Red+Green+Blue) = 25+72+125=222 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.26% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 125 (49.22% from 255 or 56.31% from 222); Max value from RGB is 125 - color contains mainly: blue. Hex color #19487D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19487D is #E6B782. Grayscale: #3F3F3F. Windows color (decimal): -15120259 or 8210457. OLE color: 8210457.

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

Color convert

RGB 25 72 125 -
CMYK 0.8 0.42 0 0.51
HSL 211.8º 0.67% 0.29% -
HSV(B) 211.8º 0.8% 0.49% -
XYZ 6.42 6.32 20.28 -
YUV 63.99 162.43 100.19 -
System Red Green Blue C M Y K H S L
Decimal 25 72 125 0.8 0.42 0 0.51 211.8 0.67 0.29
Hex 19 48 7D 50 2A 0 33 D4 43 1D
Octal 31 110 175 120 52 0 63 324 103 35
Binary 11001 1001000 1111101 1010000 101010 0 110011 11010100 1000011 11101

Color Harmonies of #19487D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19487D

Black with #19487D

Text Example


Text Example

White with #19487D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19487D; }

 p { color: rgb(25,72,125); }

 H1.HeaderClassName
 {
   color: #19487D;
 }
 .AnyTagClassName
 {
   color: #19487D;
 }
</style>

background-color css

<style>
 a { background-color: #19487D; }

 a { background-color: rgb(25,72,125); }

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

border-color css

<style>
 span { border-color: #19487D; }

 span { border-color: rgb(25,72,125); }

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