Shades of Dark Cerulean #013D85
Tints of Dark Cerulean #013D85
RGB
CMYK
RGB Variations
Color information
#013D85 (or 0x013D85) is known color: Dark Cerulean. HEX triplet: 01, 3D and 85. RGB value is (1,61,133). Sum of RGB (Red+Green+Blue) = 1+61+133=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 61 (24.22% from 255 or 31.28% from 195); Blue value is 133 (52.34% from 255 or 68.21% from 195); Max value from RGB is 133 - color contains mainly: blue. Hex color #013D85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013D85 is #FEC27A. Grayscale: #323232. Windows color (decimal): -16695931 or 8731905. OLE color: 8731905.
HSL color Cylindrical-coordinate representation of color #013D85: hue angle of 212.73º 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 #013D85 is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 61 | 133 | - |
| CMYK | 0.99 | 0.54 | 0 | 0.48 |
| HSL | 212.73º | 0.99% | 0.26% | - |
| HSV(B) | 212.73º | 0.99% | 0.52% | - |
| XYZ | 5.91 | 5.04 | 22.85 | - |
| YUV | 51.27 | 174.12 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 61 | 133 | 0.99 | 0.54 | 0 | 0.48 | 212.73 | 0.99 | 0.26 |
| Hex | 1 | 3D | 85 | 63 | 36 | 0 | 30 | D5 | 63 | 1A |
| Octal | 1 | 75 | 205 | 143 | 66 | 0 | 60 | 325 | 143 | 32 |
| Binary | 1 | 111101 | 10000101 | 1100011 | 110110 | 0 | 110000 | 11010101 | 1100011 | 11010 |
Color Harmonies of #013D85
Complementary color
Monochromatic Colors of #013D85
Black with #013D85
Text Example
Text Example
White with #013D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013D85; }
p { color: rgb(1,61,133); }
H1.HeaderClassName
{
color: #013D85;
}
.AnyTagClassName
{
color: #013D85;
}
</style>
background-color css
<style>
a { background-color: #013D85; }
a { background-color: rgb(1,61,133); }
div.DivClassName
{
background-color: #013D85;
}
.BgClassName
{
background-color: #013D85;
}
</style>
border-color css
<style>
span { border-color: #013D85; }
span { border-color: rgb(1,61,133); }
td.TdClassName
{
border-color: #013D85;
}
.TagClassName
{
border-color: #013D85;
}
</style>