Shades of Dark Cerulean #014490
Tints of Dark Cerulean #014490
RGB
CMYK
RGB Variations
Color information
#014490 (or 0x014490) is known color: Dark Cerulean. HEX triplet: 01, 44 and 90. RGB value is (1,68,144). Sum of RGB (Red+Green+Blue) = 1+68+144=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 144 (56.64% from 255 or 67.61% from 213); Max value from RGB is 144 - color contains mainly: blue. Hex color #014490 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014490 is #FEBB6F. Grayscale: #383838. Windows color (decimal): -16694128 or 9454593. OLE color: 9454593.
HSL color Cylindrical-coordinate representation of color #014490: hue angle of 211.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 #014490 is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 68 | 144 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.44 |
| HSL | 211.89º | 0.99% | 0.28% | - |
| HSV(B) | 211.89º | 0.99% | 0.56% | - |
| XYZ | 7.11 | 6.15 | 27.2 | - |
| YUV | 56.63 | 177.3 | 88.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 68 | 144 | 0.99 | 0.53 | 0 | 0.44 | 211.89 | 0.99 | 0.28 |
| Hex | 1 | 44 | 90 | 63 | 35 | 0 | 2C | D4 | 63 | 1C |
| Octal | 1 | 104 | 220 | 143 | 65 | 0 | 54 | 324 | 143 | 34 |
| Binary | 1 | 1000100 | 10010000 | 1100011 | 110101 | 0 | 101100 | 11010100 | 1100011 | 11100 |
Color Harmonies of #014490
Complementary color
Monochromatic Colors of #014490
Black with #014490
Text Example
Text Example
White with #014490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014490; }
p { color: rgb(1,68,144); }
H1.HeaderClassName
{
color: #014490;
}
.AnyTagClassName
{
color: #014490;
}
</style>
background-color css
<style>
a { background-color: #014490; }
a { background-color: rgb(1,68,144); }
div.DivClassName
{
background-color: #014490;
}
.BgClassName
{
background-color: #014490;
}
</style>
border-color css
<style>
span { border-color: #014490; }
span { border-color: rgb(1,68,144); }
td.TdClassName
{
border-color: #014490;
}
.TagClassName
{
border-color: #014490;
}
</style>