Shades of Dark Cerulean #014E8D
Tints of Dark Cerulean #014E8D
RGB
CMYK
RGB Variations
Color information
#014E8D (or 0x014E8D) is known color: Dark Cerulean. HEX triplet: 01, 4E and 8D. RGB value is (1,78,141). Sum of RGB (Red+Green+Blue) = 1+78+141=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 78 (30.86% from 255 or 35.45% from 220); Blue value is 141 (55.47% from 255 or 64.09% from 220); Max value from RGB is 141 - color contains mainly: blue. Hex color #014E8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #014E8D is #FEB172. Grayscale: #3D3D3D. Windows color (decimal): -16691571 or 9260545. OLE color: 9260545.
HSL color Cylindrical-coordinate representation of color #014E8D: hue angle of 207º 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 #014E8D is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 78 | 141 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.45 |
| HSL | 207º | 0.99% | 0.28% | - |
| HSV(B) | 207º | 0.99% | 0.55% | - |
| XYZ | 7.54 | 7.38 | 26.23 | - |
| YUV | 62.16 | 172.49 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 78 | 141 | 0.99 | 0.45 | 0 | 0.45 | 207 | 0.99 | 0.28 |
| Hex | 1 | 4E | 8D | 63 | 2D | 0 | 2D | CF | 63 | 1C |
| Octal | 1 | 116 | 215 | 143 | 55 | 0 | 55 | 317 | 143 | 34 |
| Binary | 1 | 1001110 | 10001101 | 1100011 | 101101 | 0 | 101101 | 11001111 | 1100011 | 11100 |
Color Harmonies of #014E8D
Complementary color
Monochromatic Colors of #014E8D
Black with #014E8D
Text Example
Text Example
White with #014E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014E8D; }
p { color: rgb(1,78,141); }
H1.HeaderClassName
{
color: #014E8D;
}
.AnyTagClassName
{
color: #014E8D;
}
</style>
background-color css
<style>
a { background-color: #014E8D; }
a { background-color: rgb(1,78,141); }
div.DivClassName
{
background-color: #014E8D;
}
.BgClassName
{
background-color: #014E8D;
}
</style>
border-color css
<style>
span { border-color: #014E8D; }
span { border-color: rgb(1,78,141); }
td.TdClassName
{
border-color: #014E8D;
}
.TagClassName
{
border-color: #014E8D;
}
</style>