Shades of Dark Cerulean #014F8D
Tints of Dark Cerulean #014F8D
RGB
CMYK
RGB Variations
Color information
#014F8D (or 0x014F8D) is known color: Dark Cerulean. HEX triplet: 01, 4F and 8D. RGB value is (1,79,141). Sum of RGB (Red+Green+Blue) = 1+79+141=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 79 (31.25% from 255 or 35.75% from 221); Blue value is 141 (55.47% from 255 or 63.80% from 221); Max value from RGB is 141 - color contains mainly: blue. Hex color #014F8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #014F8D is #FEB072. Grayscale: #3E3E3E. Windows color (decimal): -16691315 or 9260801. OLE color: 9260801.
HSL color Cylindrical-coordinate representation of color #014F8D: hue angle of 206.57º 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 #014F8D is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 79 | 141 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.45 |
| HSL | 206.57º | 0.99% | 0.28% | - |
| HSV(B) | 206.57º | 0.99% | 0.55% | - |
| XYZ | 7.62 | 7.52 | 26.25 | - |
| YUV | 62.75 | 172.16 | 83.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 79 | 141 | 0.99 | 0.44 | 0 | 0.45 | 206.57 | 0.99 | 0.28 |
| Hex | 1 | 4F | 8D | 63 | 2C | 0 | 2D | CF | 63 | 1C |
| Octal | 1 | 117 | 215 | 143 | 54 | 0 | 55 | 317 | 143 | 34 |
| Binary | 1 | 1001111 | 10001101 | 1100011 | 101100 | 0 | 101101 | 11001111 | 1100011 | 11100 |
Color Harmonies of #014F8D
Complementary color
Monochromatic Colors of #014F8D
Black with #014F8D
Text Example
Text Example
White with #014F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014F8D; }
p { color: rgb(1,79,141); }
H1.HeaderClassName
{
color: #014F8D;
}
.AnyTagClassName
{
color: #014F8D;
}
</style>
background-color css
<style>
a { background-color: #014F8D; }
a { background-color: rgb(1,79,141); }
div.DivClassName
{
background-color: #014F8D;
}
.BgClassName
{
background-color: #014F8D;
}
</style>
border-color css
<style>
span { border-color: #014F8D; }
span { border-color: rgb(1,79,141); }
td.TdClassName
{
border-color: #014F8D;
}
.TagClassName
{
border-color: #014F8D;
}
</style>