Shades of Dark Cerulean #014882
Tints of Dark Cerulean #014882
RGB
CMYK
RGB Variations
Color information
#014882 (or 0x014882) is known color: Dark Cerulean. HEX triplet: 01, 48 and 82. RGB value is (1,72,130). Sum of RGB (Red+Green+Blue) = 1+72+130=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 72 (28.52% from 255 or 35.47% from 203); Blue value is 130 (51.17% from 255 or 64.04% from 203); Max value from RGB is 130 - color contains mainly: blue. Hex color #014882 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014882 is #FEB77D. Grayscale: #393939. Windows color (decimal): -16693118 or 8538113. OLE color: 8538113.
HSL color Cylindrical-coordinate representation of color #014882: hue angle of 206.98º 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 #014882 is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 72 | 130 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.49 |
| HSL | 206.98º | 0.98% | 0.26% | - |
| HSV(B) | 206.98º | 0.99% | 0.51% | - |
| XYZ | 6.36 | 6.25 | 21.99 | - |
| YUV | 57.38 | 168.98 | 87.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 72 | 130 | 0.99 | 0.45 | 0 | 0.49 | 206.98 | 0.98 | 0.26 |
| Hex | 1 | 48 | 82 | 63 | 2D | 0 | 31 | CF | 62 | 1A |
| Octal | 1 | 110 | 202 | 143 | 55 | 0 | 61 | 317 | 142 | 32 |
| Binary | 1 | 1001000 | 10000010 | 1100011 | 101101 | 0 | 110001 | 11001111 | 1100010 | 11010 |
Color Harmonies of #014882
Complementary color
Monochromatic Colors of #014882
Black with #014882
Text Example
Text Example
White with #014882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014882; }
p { color: rgb(1,72,130); }
H1.HeaderClassName
{
color: #014882;
}
.AnyTagClassName
{
color: #014882;
}
</style>
background-color css
<style>
a { background-color: #014882; }
a { background-color: rgb(1,72,130); }
div.DivClassName
{
background-color: #014882;
}
.BgClassName
{
background-color: #014882;
}
</style>
border-color css
<style>
span { border-color: #014882; }
span { border-color: rgb(1,72,130); }
td.TdClassName
{
border-color: #014882;
}
.TagClassName
{
border-color: #014882;
}
</style>