Shades of Dark Cerulean #014080
Tints of Dark Cerulean #014080
RGB
CMYK
RGB Variations
Color information
#014080 (or 0x014080) is known color: Dark Cerulean. HEX triplet: 01, 40 and 80. RGB value is (1,64,128). Sum of RGB (Red+Green+Blue) = 1+64+128=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 128 (50.39% from 255 or 66.32% from 193); Max value from RGB is 128 - color contains mainly: blue. Hex color #014080 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014080 is #FEBF7F. Grayscale: #343434. Windows color (decimal): -16695168 or 8404993. OLE color: 8404993.
HSL color Cylindrical-coordinate representation of color #014080: hue angle of 210.24º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014080 is Cyan = 0.99, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 64 | 128 | - |
| CMYK | 0.99 | 0.5 | 0 | 0.50 |
| HSL | 210.24º | 0.98% | 0.25% | - |
| HSV(B) | 210.24º | 0.99% | 0.5% | - |
| XYZ | 5.74 | 5.23 | 21.13 | - |
| YUV | 52.46 | 170.63 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 64 | 128 | 0.99 | 0.5 | 0 | 0.50 | 210.24 | 0.98 | 0.25 |
| Hex | 1 | 40 | 80 | 63 | 32 | 0 | 32 | D2 | 62 | 19 |
| Octal | 1 | 100 | 200 | 143 | 62 | 0 | 62 | 322 | 142 | 31 |
| Binary | 1 | 1000000 | 10000000 | 1100011 | 110010 | 0 | 110010 | 11010010 | 1100010 | 11001 |
Color Harmonies of #014080
Complementary color
Monochromatic Colors of #014080
Black with #014080
Text Example
Text Example
White with #014080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014080; }
p { color: rgb(1,64,128); }
H1.HeaderClassName
{
color: #014080;
}
.AnyTagClassName
{
color: #014080;
}
</style>
background-color css
<style>
a { background-color: #014080; }
a { background-color: rgb(1,64,128); }
div.DivClassName
{
background-color: #014080;
}
.BgClassName
{
background-color: #014080;
}
</style>
border-color css
<style>
span { border-color: #014080; }
span { border-color: rgb(1,64,128); }
td.TdClassName
{
border-color: #014080;
}
.TagClassName
{
border-color: #014080;
}
</style>