Shades of Dark Cerulean #013887
Tints of Dark Cerulean #013887
RGB
CMYK
RGB Variations
Color information
#013887 (or 0x013887) is known color: Dark Cerulean. HEX triplet: 01, 38 and 87. RGB value is (1,56,135). Sum of RGB (Red+Green+Blue) = 1+56+135=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 56 (22.27% from 255 or 29.17% 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 #013887 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013887 is #FEC778. Grayscale: #303030. Windows color (decimal): -16697209 or 8861697. OLE color: 8861697.
HSL color Cylindrical-coordinate representation of color #013887: hue angle of 215.37º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013887 is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 56 | 135 | - |
| CMYK | 0.99 | 0.59 | 0 | 0.47 |
| HSL | 215.37º | 0.99% | 0.27% | - |
| HSV(B) | 215.37º | 0.99% | 0.53% | - |
| XYZ | 5.8 | 4.58 | 23.5 | - |
| YUV | 48.56 | 176.78 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 56 | 135 | 0.99 | 0.59 | 0 | 0.47 | 215.37 | 0.99 | 0.27 |
| Hex | 1 | 38 | 87 | 63 | 3B | 0 | 2F | D7 | 63 | 1B |
| Octal | 1 | 70 | 207 | 143 | 73 | 0 | 57 | 327 | 143 | 33 |
| Binary | 1 | 111000 | 10000111 | 1100011 | 111011 | 0 | 101111 | 11010111 | 1100011 | 11011 |
Color Harmonies of #013887
Complementary color
Monochromatic Colors of #013887
Black with #013887
Text Example
Text Example
White with #013887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013887; }
p { color: rgb(1,56,135); }
H1.HeaderClassName
{
color: #013887;
}
.AnyTagClassName
{
color: #013887;
}
</style>
background-color css
<style>
a { background-color: #013887; }
a { background-color: rgb(1,56,135); }
div.DivClassName
{
background-color: #013887;
}
.BgClassName
{
background-color: #013887;
}
</style>
border-color css
<style>
span { border-color: #013887; }
span { border-color: rgb(1,56,135); }
td.TdClassName
{
border-color: #013887;
}
.TagClassName
{
border-color: #013887;
}
</style>