Shades of Dark Cerulean #014D8F
Tints of Dark Cerulean #014D8F
RGB
CMYK
RGB Variations
Color information
#014D8F (or 0x014D8F) is known color: Dark Cerulean. HEX triplet: 01, 4D and 8F. RGB value is (1,77,143). Sum of RGB (Red+Green+Blue) = 1+77+143=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 77 (30.47% from 255 or 34.84% from 221); Blue value is 143 (56.25% from 255 or 64.71% from 221); Max value from RGB is 143 - color contains mainly: blue. Hex color #014D8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #014D8F is #FEB270. Grayscale: #3D3D3D. Windows color (decimal): -16691825 or 9391361. OLE color: 9391361.
HSL color Cylindrical-coordinate representation of color #014D8F: hue angle of 207.89º 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 #014D8F is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 77 | 143 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.44 |
| HSL | 207.89º | 0.99% | 0.28% | - |
| HSV(B) | 207.89º | 0.99% | 0.56% | - |
| XYZ | 7.62 | 7.3 | 26.99 | - |
| YUV | 61.8 | 173.82 | 84.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 77 | 143 | 0.99 | 0.46 | 0 | 0.44 | 207.89 | 0.99 | 0.28 |
| Hex | 1 | 4D | 8F | 63 | 2E | 0 | 2C | D0 | 63 | 1C |
| Octal | 1 | 115 | 217 | 143 | 56 | 0 | 54 | 320 | 143 | 34 |
| Binary | 1 | 1001101 | 10001111 | 1100011 | 101110 | 0 | 101100 | 11010000 | 1100011 | 11100 |
Color Harmonies of #014D8F
Complementary color
Monochromatic Colors of #014D8F
Black with #014D8F
Text Example
Text Example
White with #014D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014D8F; }
p { color: rgb(1,77,143); }
H1.HeaderClassName
{
color: #014D8F;
}
.AnyTagClassName
{
color: #014D8F;
}
</style>
background-color css
<style>
a { background-color: #014D8F; }
a { background-color: rgb(1,77,143); }
div.DivClassName
{
background-color: #014D8F;
}
.BgClassName
{
background-color: #014D8F;
}
</style>
border-color css
<style>
span { border-color: #014D8F; }
span { border-color: rgb(1,77,143); }
td.TdClassName
{
border-color: #014D8F;
}
.TagClassName
{
border-color: #014D8F;
}
</style>