Shades of Dark Cerulean #014A84
Tints of Dark Cerulean #014A84
RGB
CMYK
RGB Variations
Color information
#014A84 (or 0x014A84) is known color: Dark Cerulean. HEX triplet: 01, 4A and 84. RGB value is (1,74,132). Sum of RGB (Red+Green+Blue) = 1+74+132=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 74 (29.30% from 255 or 35.75% from 207); Blue value is 132 (51.95% from 255 or 63.77% from 207); Max value from RGB is 132 - color contains mainly: blue. Hex color #014A84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014A84 is #FEB57B. Grayscale: #3A3A3A. Windows color (decimal): -16692604 or 8669697. OLE color: 8669697.
HSL color Cylindrical-coordinate representation of color #014A84: hue angle of 206.56º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014A84 is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 74 | 132 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.48 |
| HSL | 206.56º | 0.98% | 0.26% | - |
| HSV(B) | 206.56º | 0.99% | 0.52% | - |
| XYZ | 6.63 | 6.57 | 22.75 | - |
| YUV | 58.79 | 169.32 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 74 | 132 | 0.99 | 0.44 | 0 | 0.48 | 206.56 | 0.98 | 0.26 |
| Hex | 1 | 4A | 84 | 63 | 2C | 0 | 30 | CF | 62 | 1A |
| Octal | 1 | 112 | 204 | 143 | 54 | 0 | 60 | 317 | 142 | 32 |
| Binary | 1 | 1001010 | 10000100 | 1100011 | 101100 | 0 | 110000 | 11001111 | 1100010 | 11010 |
Color Harmonies of #014A84
Complementary color
Monochromatic Colors of #014A84
Black with #014A84
Text Example
Text Example
White with #014A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014A84; }
p { color: rgb(1,74,132); }
H1.HeaderClassName
{
color: #014A84;
}
.AnyTagClassName
{
color: #014A84;
}
</style>
background-color css
<style>
a { background-color: #014A84; }
a { background-color: rgb(1,74,132); }
div.DivClassName
{
background-color: #014A84;
}
.BgClassName
{
background-color: #014A84;
}
</style>
border-color css
<style>
span { border-color: #014A84; }
span { border-color: rgb(1,74,132); }
td.TdClassName
{
border-color: #014A84;
}
.TagClassName
{
border-color: #014A84;
}
</style>