#19387A

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

Shades of Dark Cerulean #19387A

Tints of Dark Cerulean #19387A

Color information

#19387A (or 0x19387A) is unknown color: approx Dark Cerulean. HEX triplet: 19, 38 and 7A. RGB value is (25,56,122). Sum of RGB (Red+Green+Blue) = 25+56+122=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 122 (48.05% from 255 or 60.10% from 203); Max value from RGB is 122 - color contains mainly: blue. Hex color #19387A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19387A is #E6C785. Grayscale: #353535. Windows color (decimal): -15124358 or 8009753. OLE color: 8009753.

HSL color Cylindrical-coordinate representation of color #19387A: hue angle of 220.82º 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 #19387A is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2556122-
CMYK0.800.5400.52
HSL220.82º65.99%28.82%-
HSV(B)220.82º79.51%47.84%-
XYZ5.334.4418.99-
YUV54.26166.23107.13-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.32%
GREEN value IS 56 (22.27% from 255) = 27.59%
BLUE value IS 122 (48.05% from 255) = 60.10%
R=12.32%
G=27.59%
B=60.10%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal25561220.800.5400.52220.8265.9928.82
Hex19387A5036034dd421d
Octal31701721206606433510235
Binary1100111100011110101010000110110011010011011101100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19387A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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