#19487B

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

Shades of Dark Cerulean #19487B

Tints of Dark Cerulean #19487B

Color information

#19487B (or 0x19487B) is unknown color: approx Dark Cerulean. HEX triplet: 19, 48 and 7B. RGB value is (25,72,123). Sum of RGB (Red+Green+Blue) = 25+72+123=220 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.36% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 123 (48.44% from 255 or 55.91% from 220); Max value from RGB is 123 - color contains mainly: blue. Hex color #19487B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19487B is #E6B784. Grayscale: #3F3F3F. Windows color (decimal): -15120261 or 8079385. OLE color: 8079385.

HSL color Cylindrical-coordinate representation of color #19487B: hue angle of 211.22º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19487B is Cyan = 0.80, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2572123-
CMYK0.800.4100.52
HSL211.22º66.22%29.02%-
HSV(B)211.22º79.67%48.24%-
XYZ6.296.2719.62-
YUV63.76161.43100.35-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.36%
GREEN value IS 72 (28.52% from 255) = 32.73%
BLUE value IS 123 (48.44% from 255) = 55.91%
R=11.36%
G=32.73%
B=55.91%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal25721230.800.4100.52211.2266.2229.02
Hex19487B5029034d3421d
Octal311101731205106432310235
Binary11001100100011110111010000101001011010011010011100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19487B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #19487B;
 }
 .AnyTagClassName
 {
   color: #19487B;
 }
</style>
background-color css

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

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

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

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

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

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