Shades of Dark Cerulean #013A7C
Tints of Dark Cerulean #013A7C
RGB
CMYK
RGB Variations
Color information
#013A7C (or 0x013A7C) is known color: Dark Cerulean. HEX triplet: 01, 3A and 7C. RGB value is (1,58,124). Sum of RGB (Red+Green+Blue) = 1+58+124=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 58 (23.05% from 255 or 31.69% from 183); Blue value is 124 (48.83% from 255 or 67.76% from 183); Max value from RGB is 124 - color contains mainly: blue. Hex color #013A7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013A7C is #FEC583. Grayscale: #303030. Windows color (decimal): -16696708 or 8141313. OLE color: 8141313.
HSL color Cylindrical-coordinate representation of color #013A7C: hue angle of 212.2º 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 #013A7C is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 58 | 124 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.51 |
| HSL | 212.2º | 0.98% | 0.25% | - |
| HSV(B) | 212.2º | 0.99% | 0.49% | - |
| XYZ | 5.16 | 4.49 | 19.66 | - |
| YUV | 48.48 | 170.62 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 58 | 124 | 0.99 | 0.53 | 0 | 0.51 | 212.2 | 0.98 | 0.25 |
| Hex | 1 | 3A | 7C | 63 | 35 | 0 | 33 | D4 | 62 | 19 |
| Octal | 1 | 72 | 174 | 143 | 65 | 0 | 63 | 324 | 142 | 31 |
| Binary | 1 | 111010 | 1111100 | 1100011 | 110101 | 0 | 110011 | 11010100 | 1100010 | 11001 |
Color Harmonies of #013A7C
Complementary color
Monochromatic Colors of #013A7C
Black with #013A7C
Text Example
Text Example
White with #013A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013A7C; }
p { color: rgb(1,58,124); }
H1.HeaderClassName
{
color: #013A7C;
}
.AnyTagClassName
{
color: #013A7C;
}
</style>
background-color css
<style>
a { background-color: #013A7C; }
a { background-color: rgb(1,58,124); }
div.DivClassName
{
background-color: #013A7C;
}
.BgClassName
{
background-color: #013A7C;
}
</style>
border-color css
<style>
span { border-color: #013A7C; }
span { border-color: rgb(1,58,124); }
td.TdClassName
{
border-color: #013A7C;
}
.TagClassName
{
border-color: #013A7C;
}
</style>