Shades of Dark Cerulean #014A8D
Tints of Dark Cerulean #014A8D
RGB
CMYK
RGB Variations
Color information
#014A8D (or 0x014A8D) is known color: Dark Cerulean. HEX triplet: 01, 4A and 8D. RGB value is (1,74,141). Sum of RGB (Red+Green+Blue) = 1+74+141=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 74 (29.30% from 255 or 34.26% from 216); Blue value is 141 (55.47% from 255 or 65.28% from 216); Max value from RGB is 141 - color contains mainly: blue. Hex color #014A8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014A8D is #FEB572. Grayscale: #3B3B3B. Windows color (decimal): -16692595 or 9259521. OLE color: 9259521.
HSL color Cylindrical-coordinate representation of color #014A8D: hue angle of 208.71º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014A8D is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 74 | 141 | - |
| CMYK | 0.99 | 0.48 | 0 | 0.45 |
| HSL | 208.71º | 0.99% | 0.28% | - |
| HSV(B) | 208.71º | 0.99% | 0.55% | - |
| XYZ | 7.27 | 6.83 | 26.13 | - |
| YUV | 59.81 | 173.82 | 86.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 74 | 141 | 0.99 | 0.48 | 0 | 0.45 | 208.71 | 0.99 | 0.28 |
| Hex | 1 | 4A | 8D | 63 | 30 | 0 | 2D | D1 | 63 | 1C |
| Octal | 1 | 112 | 215 | 143 | 60 | 0 | 55 | 321 | 143 | 34 |
| Binary | 1 | 1001010 | 10001101 | 1100011 | 110000 | 0 | 101101 | 11010001 | 1100011 | 11100 |
Color Harmonies of #014A8D
Complementary color
Monochromatic Colors of #014A8D
Black with #014A8D
Text Example
Text Example
White with #014A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014A8D; }
p { color: rgb(1,74,141); }
H1.HeaderClassName
{
color: #014A8D;
}
.AnyTagClassName
{
color: #014A8D;
}
</style>
background-color css
<style>
a { background-color: #014A8D; }
a { background-color: rgb(1,74,141); }
div.DivClassName
{
background-color: #014A8D;
}
.BgClassName
{
background-color: #014A8D;
}
</style>
border-color css
<style>
span { border-color: #014A8D; }
span { border-color: rgb(1,74,141); }
td.TdClassName
{
border-color: #014A8D;
}
.TagClassName
{
border-color: #014A8D;
}
</style>