Shades of Dark Cerulean #014C7C
Tints of Dark Cerulean #014C7C
RGB
CMYK
RGB Variations
Color information
#014C7C (or 0x014C7C) is known color: Dark Cerulean. HEX triplet: 01, 4C and 7C. RGB value is (1,76,124). Sum of RGB (Red+Green+Blue) = 1+76+124=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 76 (30.08% from 255 or 37.81% from 201); Blue value is 124 (48.83% from 255 or 61.69% from 201); Max value from RGB is 124 - color contains mainly: blue. Hex color #014C7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014C7C is #FEB383. Grayscale: #3A3A3A. Windows color (decimal): -16692100 or 8145921. OLE color: 8145921.
HSL color Cylindrical-coordinate representation of color #014C7C: hue angle of 203.41º 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 #014C7C is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 76 | 124 | - |
| CMYK | 0.99 | 0.39 | 0 | 0.51 |
| HSL | 203.41º | 0.98% | 0.25% | - |
| HSV(B) | 203.41º | 0.99% | 0.49% | - |
| XYZ | 6.24 | 6.63 | 20.02 | - |
| YUV | 59.05 | 164.65 | 86.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 76 | 124 | 0.99 | 0.39 | 0 | 0.51 | 203.41 | 0.98 | 0.25 |
| Hex | 1 | 4C | 7C | 63 | 27 | 0 | 33 | CB | 62 | 19 |
| Octal | 1 | 114 | 174 | 143 | 47 | 0 | 63 | 313 | 142 | 31 |
| Binary | 1 | 1001100 | 1111100 | 1100011 | 100111 | 0 | 110011 | 11001011 | 1100010 | 11001 |
Color Harmonies of #014C7C
Complementary color
Monochromatic Colors of #014C7C
Black with #014C7C
Text Example
Text Example
White with #014C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014C7C; }
p { color: rgb(1,76,124); }
H1.HeaderClassName
{
color: #014C7C;
}
.AnyTagClassName
{
color: #014C7C;
}
</style>
background-color css
<style>
a { background-color: #014C7C; }
a { background-color: rgb(1,76,124); }
div.DivClassName
{
background-color: #014C7C;
}
.BgClassName
{
background-color: #014C7C;
}
</style>
border-color css
<style>
span { border-color: #014C7C; }
span { border-color: rgb(1,76,124); }
td.TdClassName
{
border-color: #014C7C;
}
.TagClassName
{
border-color: #014C7C;
}
</style>