Shades of Dark Cerulean #013C7A
Tints of Dark Cerulean #013C7A
RGB
CMYK
RGB Variations
Color information
#013C7A (or 0x013C7A) is known color: Dark Cerulean. HEX triplet: 01, 3C and 7A. RGB value is (1,60,122). Sum of RGB (Red+Green+Blue) = 1+60+122=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 60 (23.83% from 255 or 32.79% from 183); Blue value is 122 (48.05% from 255 or 66.67% from 183); Max value from RGB is 122 - color contains mainly: blue. Hex color #013C7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013C7A is #FEC385. Grayscale: #313131. Windows color (decimal): -16696198 or 8010753. OLE color: 8010753.
HSL color Cylindrical-coordinate representation of color #013C7A: hue angle of 210.74º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013C7A is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 1 | 60 | 122 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.52 |
| HSL | 210.74º | 0.98% | 0.24% | - |
| HSV(B) | 210.74º | 0.99% | 0.48% | - |
| XYZ | 5.14 | 4.64 | 19.04 | - |
| YUV | 49.43 | 168.95 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 60 | 122 | 0.99 | 0.51 | 0 | 0.52 | 210.74 | 0.98 | 0.24 |
| Hex | 1 | 3C | 7A | 63 | 33 | 0 | 34 | D3 | 62 | 18 |
| Octal | 1 | 74 | 172 | 143 | 63 | 0 | 64 | 323 | 142 | 30 |
| Binary | 1 | 111100 | 1111010 | 1100011 | 110011 | 0 | 110100 | 11010011 | 1100010 | 11000 |
Color Harmonies of #013C7A
Complementary color
Monochromatic Colors of #013C7A
Black with #013C7A
Text Example
Text Example
White with #013C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013C7A; }
p { color: rgb(1,60,122); }
H1.HeaderClassName
{
color: #013C7A;
}
.AnyTagClassName
{
color: #013C7A;
}
</style>
background-color css
<style>
a { background-color: #013C7A; }
a { background-color: rgb(1,60,122); }
div.DivClassName
{
background-color: #013C7A;
}
.BgClassName
{
background-color: #013C7A;
}
</style>
border-color css
<style>
span { border-color: #013C7A; }
span { border-color: rgb(1,60,122); }
td.TdClassName
{
border-color: #013C7A;
}
.TagClassName
{
border-color: #013C7A;
}
</style>