Shades of Dark Cerulean #014D8C
Tints of Dark Cerulean #014D8C
RGB
CMYK
RGB Variations
Color information
#014D8C (or 0x014D8C) is known color: Dark Cerulean. HEX triplet: 01, 4D and 8C. RGB value is (1,77,140). Sum of RGB (Red+Green+Blue) = 1+77+140=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 77 (30.47% from 255 or 35.32% from 218); Blue value is 140 (55.08% from 255 or 64.22% from 218); Max value from RGB is 140 - color contains mainly: blue. Hex color #014D8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #014D8C is #FEB273. Grayscale: #3D3D3D. Windows color (decimal): -16691828 or 9194753. OLE color: 9194753.
HSL color Cylindrical-coordinate representation of color #014D8C: hue angle of 207.19º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014D8C is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 77 | 140 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.45 |
| HSL | 207.19º | 0.99% | 0.28% | - |
| HSV(B) | 207.19º | 0.99% | 0.55% | - |
| XYZ | 7.4 | 7.21 | 25.81 | - |
| YUV | 61.46 | 172.32 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 77 | 140 | 0.99 | 0.45 | 0 | 0.45 | 207.19 | 0.99 | 0.28 |
| Hex | 1 | 4D | 8C | 63 | 2D | 0 | 2D | CF | 63 | 1C |
| Octal | 1 | 115 | 214 | 143 | 55 | 0 | 55 | 317 | 143 | 34 |
| Binary | 1 | 1001101 | 10001100 | 1100011 | 101101 | 0 | 101101 | 11001111 | 1100011 | 11100 |
Color Harmonies of #014D8C
Complementary color
Monochromatic Colors of #014D8C
Black with #014D8C
Text Example
Text Example
White with #014D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014D8C; }
p { color: rgb(1,77,140); }
H1.HeaderClassName
{
color: #014D8C;
}
.AnyTagClassName
{
color: #014D8C;
}
</style>
background-color css
<style>
a { background-color: #014D8C; }
a { background-color: rgb(1,77,140); }
div.DivClassName
{
background-color: #014D8C;
}
.BgClassName
{
background-color: #014D8C;
}
</style>
border-color css
<style>
span { border-color: #014D8C; }
span { border-color: rgb(1,77,140); }
td.TdClassName
{
border-color: #014D8C;
}
.TagClassName
{
border-color: #014D8C;
}
</style>