Shades of Dark Cerulean #003987
Tints of Dark Cerulean #003987
RGB
CMYK
RGB Variations
Color information
#003987 (or 0x003987) is known color: Dark Cerulean. HEX triplet: 00, 39 and 87. RGB value is (0,57,135). Sum of RGB (Red+Green+Blue) = 0+57+135=192 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 192); Green value is 57 (22.66% from 255 or 29.69% from 192); Blue value is 135 (53.12% from 255 or 70.31% from 192); Max value from RGB is 135 - color contains mainly: blue. Hex color #003987 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003987 is #FFC678. Grayscale: #303030. Windows color (decimal): -16762489 or 8861952. OLE color: 8861952.
HSL color Cylindrical-coordinate representation of color #003987: hue angle of 214.67º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003987 is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 57 | 135 | - |
| CMYK | 1 | 0.58 | 0 | 0.47 |
| HSL | 214.67º | 1% | 0.26% | - |
| HSV(B) | 214.67º | 1% | 0.53% | - |
| XYZ | 5.84 | 4.68 | 23.52 | - |
| YUV | 48.85 | 176.62 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 57 | 135 | 1 | 0.58 | 0 | 0.47 | 214.67 | 1 | 0.26 |
| Hex | 0 | 39 | 87 | 64 | 3A | 0 | 2F | D7 | 64 | 1A |
| Octal | 0 | 71 | 207 | 144 | 72 | 0 | 57 | 327 | 144 | 32 |
| Binary | 0 | 111001 | 10000111 | 1100100 | 111010 | 0 | 101111 | 11010111 | 1100100 | 11010 |
Color Harmonies of #003987
Complementary color
Monochromatic Colors of #003987
Black with #003987
Text Example
Text Example
White with #003987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003987; }
p { color: rgb(0,57,135); }
H1.HeaderClassName
{
color: #003987;
}
.AnyTagClassName
{
color: #003987;
}
</style>
background-color css
<style>
a { background-color: #003987; }
a { background-color: rgb(0,57,135); }
div.DivClassName
{
background-color: #003987;
}
.BgClassName
{
background-color: #003987;
}
</style>
border-color css
<style>
span { border-color: #003987; }
span { border-color: rgb(0,57,135); }
td.TdClassName
{
border-color: #003987;
}
.TagClassName
{
border-color: #003987;
}
</style>