Shades of Dark Cerulean #013C85
Tints of Dark Cerulean #013C85
RGB
CMYK
RGB Variations
Color information
#013C85 (or 0x013C85) is known color: Dark Cerulean. HEX triplet: 01, 3C and 85. RGB value is (1,60,133). Sum of RGB (Red+Green+Blue) = 1+60+133=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 60 (23.83% from 255 or 30.93% from 194); Blue value is 133 (52.34% from 255 or 68.56% from 194); Max value from RGB is 133 - color contains mainly: blue. Hex color #013C85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013C85 is #FEC37A. Grayscale: #323232. Windows color (decimal): -16696187 or 8731649. OLE color: 8731649.
HSL color Cylindrical-coordinate representation of color #013C85: hue angle of 213.18º 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 #013C85 is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 60 | 133 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.48 |
| HSL | 213.18º | 0.99% | 0.26% | - |
| HSV(B) | 213.18º | 0.99% | 0.52% | - |
| XYZ | 5.86 | 4.93 | 22.83 | - |
| YUV | 50.68 | 174.45 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 60 | 133 | 0.99 | 0.55 | 0 | 0.48 | 213.18 | 0.99 | 0.26 |
| Hex | 1 | 3C | 85 | 63 | 37 | 0 | 30 | D5 | 63 | 1A |
| Octal | 1 | 74 | 205 | 143 | 67 | 0 | 60 | 325 | 143 | 32 |
| Binary | 1 | 111100 | 10000101 | 1100011 | 110111 | 0 | 110000 | 11010101 | 1100011 | 11010 |
Color Harmonies of #013C85
Complementary color
Monochromatic Colors of #013C85
Black with #013C85
Text Example
Text Example
White with #013C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013C85; }
p { color: rgb(1,60,133); }
H1.HeaderClassName
{
color: #013C85;
}
.AnyTagClassName
{
color: #013C85;
}
</style>
background-color css
<style>
a { background-color: #013C85; }
a { background-color: rgb(1,60,133); }
div.DivClassName
{
background-color: #013C85;
}
.BgClassName
{
background-color: #013C85;
}
</style>
border-color css
<style>
span { border-color: #013C85; }
span { border-color: rgb(1,60,133); }
td.TdClassName
{
border-color: #013C85;
}
.TagClassName
{
border-color: #013C85;
}
</style>