Html Css Color HEX #19377F Dark Cerulean

📋 copy color: '#19377F'

red 25 ◦ green 55 ◦ blue 127

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

Shades of Dark Cerulean #19377F

Tints of Dark Cerulean #19377F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 61.35%

R = 12.08%
G = 26.57%
B = 61.35%

CMYK

 C value IS 0.80

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#19377F (or 0x19377F) is known color: Dark Cerulean. HEX triplet: 19, 37 and 7F. RGB value is (25,55,127). Sum of RGB (Red+Green+Blue) = 25+55+127=207 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.08% from 207); Green value is 55 (21.88% from 255 or 26.57% from 207); Blue value is 127 (50% from 255 or 61.35% from 207); Max value from RGB is 127 - color contains mainly: blue. Hex color #19377F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19377F is #E6C880. Grayscale: #353535. Windows color (decimal): -15124609 or 8337177. OLE color: 8337177.

HSL color Cylindrical-coordinate representation of color #19377F: hue angle of 222.35º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19377F is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 25 55 127 -
CMYK 0.80 0.57 0 0.50
HSL 222.35º 0.67% 0.3% -
HSV(B) 222.35º 0.8% 0.5% -
XYZ 5.6 4.47 20.65 -
YUV 54.24 169.06 107.15 -
System Red Green Blue C M Y K H S L
Decimal 25 55 127 0.80 0.57 0 0.50 222.35 0.67 0.3
Hex 19 37 7F 50 39 0 32 DE 43 1E
Octal 31 67 177 120 71 0 62 336 103 36
Binary 11001 110111 1111111 1010000 111001 0 110010 11011110 1000011 11110

Color Harmonies of #19377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19377F

Black with #19377F

Text Example


Text Example

White with #19377F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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