Shades of Dark Cerulean #19387F
Tints of Dark Cerulean #19387F
RGB
CMYK
RGB Variations
Color information
#19387F (or 0x19387F) is known color: Dark Cerulean. HEX triplet: 19, 38 and 7F. RGB value is (25,56,127). Sum of RGB (Red+Green+Blue) = 25+56+127=208 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.02% from 208); Green value is 56 (22.27% from 255 or 26.92% from 208); Blue value is 127 (50% from 255 or 61.06% from 208); Max value from RGB is 127 - color contains mainly: blue. Hex color #19387F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19387F is #E6C780. Grayscale: #363636. Windows color (decimal): -15124353 or 8337433. OLE color: 8337433.
HSL color Cylindrical-coordinate representation of color #19387F: hue angle of 221.76º 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 #19387F is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 25 | 56 | 127 | - |
| CMYK | 0.80 | 0.56 | 0 | 0.50 |
| HSL | 221.76º | 0.67% | 0.3% | - |
| HSV(B) | 221.76º | 0.8% | 0.5% | - |
| XYZ | 5.65 | 4.57 | 20.66 | - |
| YUV | 54.83 | 168.73 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 56 | 127 | 0.80 | 0.56 | 0 | 0.50 | 221.76 | 0.67 | 0.3 |
| Hex | 19 | 38 | 7F | 50 | 38 | 0 | 32 | DE | 43 | 1E |
| Octal | 31 | 70 | 177 | 120 | 70 | 0 | 62 | 336 | 103 | 36 |
| Binary | 11001 | 111000 | 1111111 | 1010000 | 111000 | 0 | 110010 | 11011110 | 1000011 | 11110 |
Color Harmonies of #19387F
Complementary color
Monochromatic Colors of #19387F
Black with #19387F
Text Example
Text Example
White with #19387F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19387F; }
p { color: rgb(25,56,127); }
H1.HeaderClassName
{
color: #19387F;
}
.AnyTagClassName
{
color: #19387F;
}
</style>
background-color css
<style>
a { background-color: #19387F; }
a { background-color: rgb(25,56,127); }
div.DivClassName
{
background-color: #19387F;
}
.BgClassName
{
background-color: #19387F;
}
</style>
border-color css
<style>
span { border-color: #19387F; }
span { border-color: rgb(25,56,127); }
td.TdClassName
{
border-color: #19387F;
}
.TagClassName
{
border-color: #19387F;
}
</style>