Shades of Dark Cerulean #014D90
Tints of Dark Cerulean #014D90
RGB
CMYK
RGB Variations
Color information
#014D90 (or 0x014D90) is known color: Dark Cerulean. HEX triplet: 01, 4D and 90. RGB value is (1,77,144). Sum of RGB (Red+Green+Blue) = 1+77+144=222 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 222); Green value is 77 (30.47% from 255 or 34.68% from 222); Blue value is 144 (56.64% from 255 or 64.86% from 222); Max value from RGB is 144 - color contains mainly: blue. Hex color #014D90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #014D90 is #FEB26F. Grayscale: #3D3D3D. Windows color (decimal): -16691824 or 9456897. OLE color: 9456897.
HSL color Cylindrical-coordinate representation of color #014D90: hue angle of 208.11º 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 #014D90 is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 77 | 144 | - |
| CMYK | 0.99 | 0.47 | 0 | 0.44 |
| HSL | 208.11º | 0.99% | 0.28% | - |
| HSV(B) | 208.11º | 0.99% | 0.56% | - |
| XYZ | 7.7 | 7.33 | 27.39 | - |
| YUV | 61.91 | 174.32 | 84.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 77 | 144 | 0.99 | 0.47 | 0 | 0.44 | 208.11 | 0.99 | 0.28 |
| Hex | 1 | 4D | 90 | 63 | 2F | 0 | 2C | D0 | 63 | 1C |
| Octal | 1 | 115 | 220 | 143 | 57 | 0 | 54 | 320 | 143 | 34 |
| Binary | 1 | 1001101 | 10010000 | 1100011 | 101111 | 0 | 101100 | 11010000 | 1100011 | 11100 |
Color Harmonies of #014D90
Complementary color
Monochromatic Colors of #014D90
Black with #014D90
Text Example
Text Example
White with #014D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014D90; }
p { color: rgb(1,77,144); }
H1.HeaderClassName
{
color: #014D90;
}
.AnyTagClassName
{
color: #014D90;
}
</style>
background-color css
<style>
a { background-color: #014D90; }
a { background-color: rgb(1,77,144); }
div.DivClassName
{
background-color: #014D90;
}
.BgClassName
{
background-color: #014D90;
}
</style>
border-color css
<style>
span { border-color: #014D90; }
span { border-color: rgb(1,77,144); }
td.TdClassName
{
border-color: #014D90;
}
.TagClassName
{
border-color: #014D90;
}
</style>