Shades of Dark Cerulean #013886
Tints of Dark Cerulean #013886
RGB
CMYK
RGB Variations
Color information
#013886 (or 0x013886) is known color: Dark Cerulean. HEX triplet: 01, 38 and 86. RGB value is (1,56,134). Sum of RGB (Red+Green+Blue) = 1+56+134=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 56 (22.27% from 255 or 29.32% from 191); Blue value is 134 (52.73% from 255 or 70.16% from 191); Max value from RGB is 134 - color contains mainly: blue. Hex color #013886 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013886 is #FEC779. Grayscale: #303030. Windows color (decimal): -16697210 or 8796161. OLE color: 8796161.
HSL color Cylindrical-coordinate representation of color #013886: hue angle of 215.19º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013886 is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 56 | 134 | - |
| CMYK | 0.99 | 0.58 | 0 | 0.47 |
| HSL | 215.19º | 0.99% | 0.26% | - |
| HSV(B) | 215.19º | 0.99% | 0.53% | - |
| XYZ | 5.73 | 4.56 | 23.13 | - |
| YUV | 48.45 | 176.28 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 56 | 134 | 0.99 | 0.58 | 0 | 0.47 | 215.19 | 0.99 | 0.26 |
| Hex | 1 | 38 | 86 | 63 | 3A | 0 | 2F | D7 | 63 | 1A |
| Octal | 1 | 70 | 206 | 143 | 72 | 0 | 57 | 327 | 143 | 32 |
| Binary | 1 | 111000 | 10000110 | 1100011 | 111010 | 0 | 101111 | 11010111 | 1100011 | 11010 |
Color Harmonies of #013886
Complementary color
Monochromatic Colors of #013886
Black with #013886
Text Example
Text Example
White with #013886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013886; }
p { color: rgb(1,56,134); }
H1.HeaderClassName
{
color: #013886;
}
.AnyTagClassName
{
color: #013886;
}
</style>
background-color css
<style>
a { background-color: #013886; }
a { background-color: rgb(1,56,134); }
div.DivClassName
{
background-color: #013886;
}
.BgClassName
{
background-color: #013886;
}
</style>
border-color css
<style>
span { border-color: #013886; }
span { border-color: rgb(1,56,134); }
td.TdClassName
{
border-color: #013886;
}
.TagClassName
{
border-color: #013886;
}
</style>