Shades of Dark Cerulean #013581
Tints of Dark Cerulean #013581
RGB
CMYK
RGB Variations
Color information
#013581 (or 0x013581) is known color: Dark Cerulean. HEX triplet: 01, 35 and 81. RGB value is (1,53,129). Sum of RGB (Red+Green+Blue) = 1+53+129=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 129 (50.78% from 255 or 70.49% from 183); Max value from RGB is 129 - color contains mainly: blue. Hex color #013581 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013581 is #FECA7E. Grayscale: #2D2D2D. Windows color (decimal): -16697983 or 8467713. OLE color: 8467713.
HSL color Cylindrical-coordinate representation of color #013581: hue angle of 215.62º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013581 is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 53 | 129 | - |
| CMYK | 0.99 | 0.59 | 0 | 0.49 |
| HSL | 215.63º | 0.98% | 0.25% | - |
| HSV(B) | 215.63º | 0.99% | 0.51% | - |
| XYZ | 5.25 | 4.14 | 21.29 | - |
| YUV | 46.12 | 174.77 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 53 | 129 | 0.99 | 0.59 | 0 | 0.49 | 215.63 | 0.98 | 0.25 |
| Hex | 1 | 35 | 81 | 63 | 3B | 0 | 31 | D8 | 62 | 19 |
| Octal | 1 | 65 | 201 | 143 | 73 | 0 | 61 | 330 | 142 | 31 |
| Binary | 1 | 110101 | 10000001 | 1100011 | 111011 | 0 | 110001 | 11011000 | 1100010 | 11001 |
Color Harmonies of #013581
Complementary color
Monochromatic Colors of #013581
Black with #013581
Text Example
Text Example
White with #013581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013581; }
p { color: rgb(1,53,129); }
H1.HeaderClassName
{
color: #013581;
}
.AnyTagClassName
{
color: #013581;
}
</style>
background-color css
<style>
a { background-color: #013581; }
a { background-color: rgb(1,53,129); }
div.DivClassName
{
background-color: #013581;
}
.BgClassName
{
background-color: #013581;
}
</style>
border-color css
<style>
span { border-color: #013581; }
span { border-color: rgb(1,53,129); }
td.TdClassName
{
border-color: #013581;
}
.TagClassName
{
border-color: #013581;
}
</style>