Shades of Dark Cerulean #014990
Tints of Dark Cerulean #014990
RGB
CMYK
RGB Variations
Color information
#014990 (or 0x014990) is known color: Dark Cerulean. HEX triplet: 01, 49 and 90. RGB value is (1,73,144). Sum of RGB (Red+Green+Blue) = 1+73+144=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 144 (56.64% from 255 or 66.06% from 218); Max value from RGB is 144 - color contains mainly: blue. Hex color #014990 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014990 is #FEB66F. Grayscale: #3B3B3B. Windows color (decimal): -16692848 or 9455873. OLE color: 9455873.
HSL color Cylindrical-coordinate representation of color #014990: hue angle of 209.79º 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 #014990 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 73 | 144 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.44 |
| HSL | 209.79º | 0.99% | 0.28% | - |
| HSV(B) | 209.79º | 0.99% | 0.56% | - |
| XYZ | 7.43 | 6.79 | 27.3 | - |
| YUV | 59.57 | 175.65 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 73 | 144 | 0.99 | 0.49 | 0 | 0.44 | 209.79 | 0.99 | 0.28 |
| Hex | 1 | 49 | 90 | 63 | 31 | 0 | 2C | D2 | 63 | 1C |
| Octal | 1 | 111 | 220 | 143 | 61 | 0 | 54 | 322 | 143 | 34 |
| Binary | 1 | 1001001 | 10010000 | 1100011 | 110001 | 0 | 101100 | 11010010 | 1100011 | 11100 |
Color Harmonies of #014990
Complementary color
Monochromatic Colors of #014990
Black with #014990
Text Example
Text Example
White with #014990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014990; }
p { color: rgb(1,73,144); }
H1.HeaderClassName
{
color: #014990;
}
.AnyTagClassName
{
color: #014990;
}
</style>
background-color css
<style>
a { background-color: #014990; }
a { background-color: rgb(1,73,144); }
div.DivClassName
{
background-color: #014990;
}
.BgClassName
{
background-color: #014990;
}
</style>
border-color css
<style>
span { border-color: #014990; }
span { border-color: rgb(1,73,144); }
td.TdClassName
{
border-color: #014990;
}
.TagClassName
{
border-color: #014990;
}
</style>