Shades of Dark Cerulean #013D84
Tints of Dark Cerulean #013D84
RGB
CMYK
RGB Variations
Color information
#013D84 (or 0x013D84) is known color: Dark Cerulean. HEX triplet: 01, 3D and 84. RGB value is (1,61,132). Sum of RGB (Red+Green+Blue) = 1+61+132=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 61 (24.22% from 255 or 31.44% from 194); Blue value is 132 (51.95% from 255 or 68.04% from 194); Max value from RGB is 132 - color contains mainly: blue. Hex color #013D84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013D84 is #FEC27B. Grayscale: #323232. Windows color (decimal): -16695932 or 8666369. OLE color: 8666369.
HSL color Cylindrical-coordinate representation of color #013D84: hue angle of 212.52º degrees, saturation: 0.98, 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 #013D84 is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 61 | 132 | - |
| CMYK | 0.99 | 0.54 | 0 | 0.48 |
| HSL | 212.52º | 0.98% | 0.26% | - |
| HSV(B) | 212.52º | 0.99% | 0.52% | - |
| XYZ | 5.85 | 5.01 | 22.49 | - |
| YUV | 51.15 | 173.62 | 92.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 61 | 132 | 0.99 | 0.54 | 0 | 0.48 | 212.52 | 0.98 | 0.26 |
| Hex | 1 | 3D | 84 | 63 | 36 | 0 | 30 | D5 | 62 | 1A |
| Octal | 1 | 75 | 204 | 143 | 66 | 0 | 60 | 325 | 142 | 32 |
| Binary | 1 | 111101 | 10000100 | 1100011 | 110110 | 0 | 110000 | 11010101 | 1100010 | 11010 |
Color Harmonies of #013D84
Complementary color
Monochromatic Colors of #013D84
Black with #013D84
Text Example
Text Example
White with #013D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013D84; }
p { color: rgb(1,61,132); }
H1.HeaderClassName
{
color: #013D84;
}
.AnyTagClassName
{
color: #013D84;
}
</style>
background-color css
<style>
a { background-color: #013D84; }
a { background-color: rgb(1,61,132); }
div.DivClassName
{
background-color: #013D84;
}
.BgClassName
{
background-color: #013D84;
}
</style>
border-color css
<style>
span { border-color: #013D84; }
span { border-color: rgb(1,61,132); }
td.TdClassName
{
border-color: #013D84;
}
.TagClassName
{
border-color: #013D84;
}
</style>