Shades of Dark Cerulean #014E8F
Tints of Dark Cerulean #014E8F
RGB
CMYK
RGB Variations
Color information
#014E8F (or 0x014E8F) is known color: Dark Cerulean. HEX triplet: 01, 4E and 8F. RGB value is (1,78,143). Sum of RGB (Red+Green+Blue) = 1+78+143=222 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 222); Green value is 78 (30.86% from 255 or 35.14% from 222); Blue value is 143 (56.25% from 255 or 64.41% from 222); Max value from RGB is 143 - color contains mainly: blue. Hex color #014E8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #014E8F is #FEB170. Grayscale: #3E3E3E. Windows color (decimal): -16691569 or 9391617. OLE color: 9391617.
HSL color Cylindrical-coordinate representation of color #014E8F: hue angle of 207.46º 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 #014E8F is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 78 | 143 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.44 |
| HSL | 207.46º | 0.99% | 0.28% | - |
| HSV(B) | 207.46º | 0.99% | 0.56% | - |
| XYZ | 7.69 | 7.44 | 27.02 | - |
| YUV | 62.39 | 173.49 | 84.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 78 | 143 | 0.99 | 0.45 | 0 | 0.44 | 207.46 | 0.99 | 0.28 |
| Hex | 1 | 4E | 8F | 63 | 2D | 0 | 2C | CF | 63 | 1C |
| Octal | 1 | 116 | 217 | 143 | 55 | 0 | 54 | 317 | 143 | 34 |
| Binary | 1 | 1001110 | 10001111 | 1100011 | 101101 | 0 | 101100 | 11001111 | 1100011 | 11100 |
Color Harmonies of #014E8F
Complementary color
Monochromatic Colors of #014E8F
Black with #014E8F
Text Example
Text Example
White with #014E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014E8F; }
p { color: rgb(1,78,143); }
H1.HeaderClassName
{
color: #014E8F;
}
.AnyTagClassName
{
color: #014E8F;
}
</style>
background-color css
<style>
a { background-color: #014E8F; }
a { background-color: rgb(1,78,143); }
div.DivClassName
{
background-color: #014E8F;
}
.BgClassName
{
background-color: #014E8F;
}
</style>
border-color css
<style>
span { border-color: #014E8F; }
span { border-color: rgb(1,78,143); }
td.TdClassName
{
border-color: #014E8F;
}
.TagClassName
{
border-color: #014E8F;
}
</style>