Shades of Dark Cerulean #013885
Tints of Dark Cerulean #013885
RGB
CMYK
RGB Variations
Color information
#013885 (or 0x013885) is known color: Dark Cerulean. HEX triplet: 01, 38 and 85. RGB value is (1,56,133). Sum of RGB (Red+Green+Blue) = 1+56+133=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 56 (22.27% from 255 or 29.47% from 190); Blue value is 133 (52.34% from 255 or 70% from 190); Max value from RGB is 133 - color contains mainly: blue. Hex color #013885 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013885 is #FEC77A. Grayscale: #2F2F2F. Windows color (decimal): -16697211 or 8730625. OLE color: 8730625.
HSL color Cylindrical-coordinate representation of color #013885: hue angle of 215º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013885 is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 56 | 133 | - |
| CMYK | 0.99 | 0.58 | 0 | 0.48 |
| HSL | 215º | 0.99% | 0.26% | - |
| HSV(B) | 215º | 0.99% | 0.52% | - |
| XYZ | 5.66 | 4.53 | 22.77 | - |
| YUV | 48.33 | 175.78 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 56 | 133 | 0.99 | 0.58 | 0 | 0.48 | 215 | 0.99 | 0.26 |
| Hex | 1 | 38 | 85 | 63 | 3A | 0 | 30 | D7 | 63 | 1A |
| Octal | 1 | 70 | 205 | 143 | 72 | 0 | 60 | 327 | 143 | 32 |
| Binary | 1 | 111000 | 10000101 | 1100011 | 111010 | 0 | 110000 | 11010111 | 1100011 | 11010 |
Color Harmonies of #013885
Complementary color
Monochromatic Colors of #013885
Black with #013885
Text Example
Text Example
White with #013885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013885; }
p { color: rgb(1,56,133); }
H1.HeaderClassName
{
color: #013885;
}
.AnyTagClassName
{
color: #013885;
}
</style>
background-color css
<style>
a { background-color: #013885; }
a { background-color: rgb(1,56,133); }
div.DivClassName
{
background-color: #013885;
}
.BgClassName
{
background-color: #013885;
}
</style>
border-color css
<style>
span { border-color: #013885; }
span { border-color: rgb(1,56,133); }
td.TdClassName
{
border-color: #013885;
}
.TagClassName
{
border-color: #013885;
}
</style>