Shades of Dark Cerulean #013685
Tints of Dark Cerulean #013685
RGB
CMYK
RGB Variations
Color information
#013685 (or 0x013685) is known color: Dark Cerulean. HEX triplet: 01, 36 and 85. RGB value is (1,54,133). Sum of RGB (Red+Green+Blue) = 1+54+133=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 54 (21.48% from 255 or 28.72% from 188); Blue value is 133 (52.34% from 255 or 70.74% from 188); Max value from RGB is 133 - color contains mainly: blue. Hex color #013685 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013685 is #FEC97A. Grayscale: #2E2E2E. Windows color (decimal): -16697723 or 8730113. OLE color: 8730113.
HSL color Cylindrical-coordinate representation of color #013685: hue angle of 215.91º 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 #013685 is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 54 | 133 | - |
| CMYK | 0.99 | 0.59 | 0 | 0.48 |
| HSL | 215.91º | 0.99% | 0.26% | - |
| HSV(B) | 215.91º | 0.99% | 0.52% | - |
| XYZ | 5.57 | 4.34 | 22.73 | - |
| YUV | 47.16 | 176.44 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 54 | 133 | 0.99 | 0.59 | 0 | 0.48 | 215.91 | 0.99 | 0.26 |
| Hex | 1 | 36 | 85 | 63 | 3B | 0 | 30 | D8 | 63 | 1A |
| Octal | 1 | 66 | 205 | 143 | 73 | 0 | 60 | 330 | 143 | 32 |
| Binary | 1 | 110110 | 10000101 | 1100011 | 111011 | 0 | 110000 | 11011000 | 1100011 | 11010 |
Color Harmonies of #013685
Complementary color
Monochromatic Colors of #013685
Black with #013685
Text Example
Text Example
White with #013685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013685; }
p { color: rgb(1,54,133); }
H1.HeaderClassName
{
color: #013685;
}
.AnyTagClassName
{
color: #013685;
}
</style>
background-color css
<style>
a { background-color: #013685; }
a { background-color: rgb(1,54,133); }
div.DivClassName
{
background-color: #013685;
}
.BgClassName
{
background-color: #013685;
}
</style>
border-color css
<style>
span { border-color: #013685; }
span { border-color: rgb(1,54,133); }
td.TdClassName
{
border-color: #013685;
}
.TagClassName
{
border-color: #013685;
}
</style>