Shades of Dark Cerulean #014C8F
Tints of Dark Cerulean #014C8F
RGB
CMYK
RGB Variations
Color information
#014C8F (or 0x014C8F) is known color: Dark Cerulean. HEX triplet: 01, 4C and 8F. RGB value is (1,76,143). Sum of RGB (Red+Green+Blue) = 1+76+143=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 76 (30.08% from 255 or 34.55% from 220); Blue value is 143 (56.25% from 255 or 65% from 220); Max value from RGB is 143 - color contains mainly: blue. Hex color #014C8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014C8F is #FEB370. Grayscale: #3C3C3C. Windows color (decimal): -16692081 or 9391105. OLE color: 9391105.
HSL color Cylindrical-coordinate representation of color #014C8F: hue angle of 208.31º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014C8F is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 76 | 143 | - |
| CMYK | 0.99 | 0.47 | 0 | 0.44 |
| HSL | 208.31º | 0.99% | 0.28% | - |
| HSV(B) | 208.31º | 0.99% | 0.56% | - |
| XYZ | 7.55 | 7.16 | 26.97 | - |
| YUV | 61.21 | 174.15 | 85.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 76 | 143 | 0.99 | 0.47 | 0 | 0.44 | 208.31 | 0.99 | 0.28 |
| Hex | 1 | 4C | 8F | 63 | 2F | 0 | 2C | D0 | 63 | 1C |
| Octal | 1 | 114 | 217 | 143 | 57 | 0 | 54 | 320 | 143 | 34 |
| Binary | 1 | 1001100 | 10001111 | 1100011 | 101111 | 0 | 101100 | 11010000 | 1100011 | 11100 |
Color Harmonies of #014C8F
Complementary color
Monochromatic Colors of #014C8F
Black with #014C8F
Text Example
Text Example
White with #014C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014C8F; }
p { color: rgb(1,76,143); }
H1.HeaderClassName
{
color: #014C8F;
}
.AnyTagClassName
{
color: #014C8F;
}
</style>
background-color css
<style>
a { background-color: #014C8F; }
a { background-color: rgb(1,76,143); }
div.DivClassName
{
background-color: #014C8F;
}
.BgClassName
{
background-color: #014C8F;
}
</style>
border-color css
<style>
span { border-color: #014C8F; }
span { border-color: rgb(1,76,143); }
td.TdClassName
{
border-color: #014C8F;
}
.TagClassName
{
border-color: #014C8F;
}
</style>