Shades of Dark Cerulean #014D8D
Tints of Dark Cerulean #014D8D
RGB
CMYK
RGB Variations
Color information
#014D8D (or 0x014D8D) is known color: Dark Cerulean. HEX triplet: 01, 4D and 8D. RGB value is (1,77,141). Sum of RGB (Red+Green+Blue) = 1+77+141=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 77 (30.47% from 255 or 35.16% from 219); Blue value is 141 (55.47% from 255 or 64.38% from 219); Max value from RGB is 141 - color contains mainly: blue. Hex color #014D8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #014D8D is #FEB272. Grayscale: #3D3D3D. Windows color (decimal): -16691827 or 9260289. OLE color: 9260289.
HSL color Cylindrical-coordinate representation of color #014D8D: hue angle of 207.43º 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 #014D8D is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 77 | 141 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.45 |
| HSL | 207.43º | 0.99% | 0.28% | - |
| HSV(B) | 207.43º | 0.99% | 0.55% | - |
| XYZ | 7.47 | 7.24 | 26.2 | - |
| YUV | 61.57 | 172.82 | 84.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 77 | 141 | 0.99 | 0.45 | 0 | 0.45 | 207.43 | 0.99 | 0.28 |
| Hex | 1 | 4D | 8D | 63 | 2D | 0 | 2D | CF | 63 | 1C |
| Octal | 1 | 115 | 215 | 143 | 55 | 0 | 55 | 317 | 143 | 34 |
| Binary | 1 | 1001101 | 10001101 | 1100011 | 101101 | 0 | 101101 | 11001111 | 1100011 | 11100 |
Color Harmonies of #014D8D
Complementary color
Monochromatic Colors of #014D8D
Black with #014D8D
Text Example
Text Example
White with #014D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014D8D; }
p { color: rgb(1,77,141); }
H1.HeaderClassName
{
color: #014D8D;
}
.AnyTagClassName
{
color: #014D8D;
}
</style>
background-color css
<style>
a { background-color: #014D8D; }
a { background-color: rgb(1,77,141); }
div.DivClassName
{
background-color: #014D8D;
}
.BgClassName
{
background-color: #014D8D;
}
</style>
border-color css
<style>
span { border-color: #014D8D; }
span { border-color: rgb(1,77,141); }
td.TdClassName
{
border-color: #014D8D;
}
.TagClassName
{
border-color: #014D8D;
}
</style>