Shades of Dark Cerulean #014482
Tints of Dark Cerulean #014482
RGB
CMYK
RGB Variations
Color information
#014482 (or 0x014482) is known color: Dark Cerulean. HEX triplet: 01, 44 and 82. RGB value is (1,68,130). Sum of RGB (Red+Green+Blue) = 1+68+130=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 68 (26.95% from 255 or 34.17% from 199); Blue value is 130 (51.17% from 255 or 65.33% from 199); Max value from RGB is 130 - color contains mainly: blue. Hex color #014482 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014482 is #FEBB7D. Grayscale: #363636. Windows color (decimal): -16694142 or 8537089. OLE color: 8537089.
HSL color Cylindrical-coordinate representation of color #014482: hue angle of 208.84º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014482 is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 68 | 130 | - |
| CMYK | 0.99 | 0.48 | 0 | 0.49 |
| HSL | 208.84º | 0.98% | 0.26% | - |
| HSV(B) | 208.84º | 0.99% | 0.51% | - |
| XYZ | 6.11 | 5.75 | 21.91 | - |
| YUV | 55.04 | 170.3 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 68 | 130 | 0.99 | 0.48 | 0 | 0.49 | 208.84 | 0.98 | 0.26 |
| Hex | 1 | 44 | 82 | 63 | 30 | 0 | 31 | D1 | 62 | 1A |
| Octal | 1 | 104 | 202 | 143 | 60 | 0 | 61 | 321 | 142 | 32 |
| Binary | 1 | 1000100 | 10000010 | 1100011 | 110000 | 0 | 110001 | 11010001 | 1100010 | 11010 |
Color Harmonies of #014482
Complementary color
Monochromatic Colors of #014482
Black with #014482
Text Example
Text Example
White with #014482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014482; }
p { color: rgb(1,68,130); }
H1.HeaderClassName
{
color: #014482;
}
.AnyTagClassName
{
color: #014482;
}
</style>
background-color css
<style>
a { background-color: #014482; }
a { background-color: rgb(1,68,130); }
div.DivClassName
{
background-color: #014482;
}
.BgClassName
{
background-color: #014482;
}
</style>
border-color css
<style>
span { border-color: #014482; }
span { border-color: rgb(1,68,130); }
td.TdClassName
{
border-color: #014482;
}
.TagClassName
{
border-color: #014482;
}
</style>