Html Css Color HEX #19377D Dark Cerulean

📋 copy color: '#19377D'

red 25 ◦ green 55 ◦ blue 125

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

Shades of Dark Cerulean #19377D

Tints of Dark Cerulean #19377D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.83%

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

R = 12.2%
G = 26.83%
B = 60.98%

CMYK

 C value IS 0.8

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#19377D (or 0x19377D) is known color: Dark Cerulean. HEX triplet: 19, 37 and 7D. RGB value is (25,55,125). Sum of RGB (Red+Green+Blue) = 25+55+125=205 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.20% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 125 (49.22% from 255 or 60.98% from 205); Max value from RGB is 125 - color contains mainly: blue. Hex color #19377D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19377D is #E6C882. Grayscale: #353535. Windows color (decimal): -15124611 or 8206105. OLE color: 8206105.

HSL color Cylindrical-coordinate representation of color #19377D: hue angle of 222º 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 #19377D is Cyan = 0.8, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 25 55 125 -
CMYK 0.8 0.56 0 0.51
HSL 222º 0.67% 0.29% -
HSV(B) 222º 0.8% 0.49% -
XYZ 5.47 4.42 19.97 -
YUV 54.01 168.06 107.31 -
System Red Green Blue C M Y K H S L
Decimal 25 55 125 0.8 0.56 0 0.51 222 0.67 0.29
Hex 19 37 7D 50 38 0 33 DE 43 1D
Octal 31 67 175 120 70 0 63 336 103 35
Binary 11001 110111 1111101 1010000 111000 0 110011 11011110 1000011 11101

Color Harmonies of #19377D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19377D

Black with #19377D

Text Example


Text Example

White with #19377D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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