Shades of Dark Cerulean #013C7D
Tints of Dark Cerulean #013C7D
RGB
CMYK
RGB Variations
Color information
#013C7D (or 0x013C7D) is known color: Dark Cerulean. HEX triplet: 01, 3C and 7D. RGB value is (1,60,125). Sum of RGB (Red+Green+Blue) = 1+60+125=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 60 (23.83% from 255 or 32.26% from 186); Blue value is 125 (49.22% from 255 or 67.20% from 186); Max value from RGB is 125 - color contains mainly: blue. Hex color #013C7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013C7D is #FEC382. Grayscale: #313131. Windows color (decimal): -16696195 or 8207361. OLE color: 8207361.
HSL color Cylindrical-coordinate representation of color #013C7D: hue angle of 211.45º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013C7D is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 60 | 125 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.51 |
| HSL | 211.45º | 0.98% | 0.25% | - |
| HSV(B) | 211.45º | 0.99% | 0.49% | - |
| XYZ | 5.33 | 4.72 | 20.03 | - |
| YUV | 49.77 | 170.45 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 60 | 125 | 0.99 | 0.52 | 0 | 0.51 | 211.45 | 0.98 | 0.25 |
| Hex | 1 | 3C | 7D | 63 | 34 | 0 | 33 | D3 | 62 | 19 |
| Octal | 1 | 74 | 175 | 143 | 64 | 0 | 63 | 323 | 142 | 31 |
| Binary | 1 | 111100 | 1111101 | 1100011 | 110100 | 0 | 110011 | 11010011 | 1100010 | 11001 |
Color Harmonies of #013C7D
Complementary color
Monochromatic Colors of #013C7D
Black with #013C7D
Text Example
Text Example
White with #013C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013C7D; }
p { color: rgb(1,60,125); }
H1.HeaderClassName
{
color: #013C7D;
}
.AnyTagClassName
{
color: #013C7D;
}
</style>
background-color css
<style>
a { background-color: #013C7D; }
a { background-color: rgb(1,60,125); }
div.DivClassName
{
background-color: #013C7D;
}
.BgClassName
{
background-color: #013C7D;
}
</style>
border-color css
<style>
span { border-color: #013C7D; }
span { border-color: rgb(1,60,125); }
td.TdClassName
{
border-color: #013C7D;
}
.TagClassName
{
border-color: #013C7D;
}
</style>