Shades of Dark Cerulean #013F84
Tints of Dark Cerulean #013F84
RGB
CMYK
RGB Variations
Color information
#013F84 (or 0x013F84) is known color: Dark Cerulean. HEX triplet: 01, 3F and 84. RGB value is (1,63,132). Sum of RGB (Red+Green+Blue) = 1+63+132=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 63 (25% from 255 or 32.14% from 196); Blue value is 132 (51.95% from 255 or 67.35% from 196); Max value from RGB is 132 - color contains mainly: blue. Hex color #013F84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013F84 is #FEC07B. Grayscale: #333333. Windows color (decimal): -16695420 or 8666881. OLE color: 8666881.
HSL color Cylindrical-coordinate representation of color #013F84: hue angle of 211.6º 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 #013F84 is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 63 | 132 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.48 |
| HSL | 211.6º | 0.98% | 0.26% | - |
| HSV(B) | 211.6º | 0.99% | 0.52% | - |
| XYZ | 5.95 | 5.23 | 22.52 | - |
| YUV | 52.33 | 172.96 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 63 | 132 | 0.99 | 0.52 | 0 | 0.48 | 211.6 | 0.98 | 0.26 |
| Hex | 1 | 3F | 84 | 63 | 34 | 0 | 30 | D4 | 62 | 1A |
| Octal | 1 | 77 | 204 | 143 | 64 | 0 | 60 | 324 | 142 | 32 |
| Binary | 1 | 111111 | 10000100 | 1100011 | 110100 | 0 | 110000 | 11010100 | 1100010 | 11010 |
Color Harmonies of #013F84
Complementary color
Monochromatic Colors of #013F84
Black with #013F84
Text Example
Text Example
White with #013F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013F84; }
p { color: rgb(1,63,132); }
H1.HeaderClassName
{
color: #013F84;
}
.AnyTagClassName
{
color: #013F84;
}
</style>
background-color css
<style>
a { background-color: #013F84; }
a { background-color: rgb(1,63,132); }
div.DivClassName
{
background-color: #013F84;
}
.BgClassName
{
background-color: #013F84;
}
</style>
border-color css
<style>
span { border-color: #013F84; }
span { border-color: rgb(1,63,132); }
td.TdClassName
{
border-color: #013F84;
}
.TagClassName
{
border-color: #013F84;
}
</style>