#19377F

Color #19377F Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #19377F

Tints of Dark Cerulean #19377F

Color information

#19377F (or 0x19377F) is unknown color: approx 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

RGB2555127-
CMYK0.800.5700.50
HSL222.35º67.11%29.8%-
HSV(B)222.35º80.31%49.8%-
XYZ5.64.4720.65-
YUV54.24169.06107.15-

RGB Variations

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

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 (Cyan) values IS 0.80
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal25551270.800.5700.50222.3567.1129.8
Hex19377F5039032de431e
Octal31671771207106233610336
Binary1100111011111111111010000111001011001011011110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19377F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>