#19387C

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

Shades of Dark Cerulean #19387C

Tints of Dark Cerulean #19387C

Color information

#19387C (or 0x19387C) is unknown color: approx Dark Cerulean. HEX triplet: 19, 38 and 7C. RGB value is (25,56,124). Sum of RGB (Red+Green+Blue) = 25+56+124=205 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.20% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 124 (48.83% from 255 or 60.49% from 205); Max value from RGB is 124 - color contains mainly: blue. Hex color #19387C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19387C is #E6C783. Grayscale: #363636. Windows color (decimal): -15124356 or 8140825. OLE color: 8140825.

HSL color Cylindrical-coordinate representation of color #19387C: hue angle of 221.21º degrees, saturation: 0.66, 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 #19387C is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2556124-
CMYK0.800.5500.51
HSL221.21º66.44%29.22%-
HSV(B)221.21º79.84%48.63%-
XYZ5.454.4919.65-
YUV54.48167.23106.97-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.20%
GREEN value IS 56 (22.27% from 255) = 27.32%
BLUE value IS 124 (48.83% from 255) = 60.49%
R=12.20%
G=27.32%
B=60.49%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal25561240.800.5500.51221.2166.4429.22
Hex19387C5037033dd421d
Octal31701741206706333510235
Binary1100111100011111001010000110111011001111011101100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19387C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19387C; }

 p { color: rgb(25,56,124); }

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

<style>
 a { background-color: #19387C; }

 a { background-color: rgb(25,56,124); }

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

<style>
 span { border-color: #19387C; }

 span { border-color: rgb(25,56,124); }

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