Shades of Dark Cerulean #014A6D
Tints of Dark Cerulean #014A6D
RGB
CMYK
RGB Variations
Color information
#014A6D (or 0x014A6D) is known color: Dark Cerulean. HEX triplet: 01, 4A and 6D. RGB value is (1,74,109). Sum of RGB (Red+Green+Blue) = 1+74+109=184 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 184); Green value is 74 (29.30% from 255 or 40.22% from 184); Blue value is 109 (42.97% from 255 or 59.24% from 184); Max value from RGB is 109 - color contains mainly: blue. Hex color #014A6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014A6D is #FEB592. Grayscale: #373737. Windows color (decimal): -16692627 or 7162369. OLE color: 7162369.
HSL color Cylindrical-coordinate representation of color #014A6D: hue angle of 199.44º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014A6D is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 74 | 109 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.57 |
| HSL | 199.44º | 0.98% | 0.22% | - |
| HSV(B) | 199.44º | 0.99% | 0.43% | - |
| XYZ | 5.22 | 6.01 | 15.35 | - |
| YUV | 56.16 | 157.82 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 74 | 109 | 0.99 | 0.32 | 0 | 0.57 | 199.44 | 0.98 | 0.22 |
| Hex | 1 | 4A | 6D | 63 | 20 | 0 | 39 | C7 | 62 | 16 |
| Octal | 1 | 112 | 155 | 143 | 40 | 0 | 71 | 307 | 142 | 26 |
| Binary | 1 | 1001010 | 1101101 | 1100011 | 100000 | 0 | 111001 | 11000111 | 1100010 | 10110 |
Color Harmonies of #014A6D
Complementary color
Monochromatic Colors of #014A6D
Black with #014A6D
Text Example
Text Example
White with #014A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014A6D; }
p { color: rgb(1,74,109); }
H1.HeaderClassName
{
color: #014A6D;
}
.AnyTagClassName
{
color: #014A6D;
}
</style>
background-color css
<style>
a { background-color: #014A6D; }
a { background-color: rgb(1,74,109); }
div.DivClassName
{
background-color: #014A6D;
}
.BgClassName
{
background-color: #014A6D;
}
</style>
border-color css
<style>
span { border-color: #014A6D; }
span { border-color: rgb(1,74,109); }
td.TdClassName
{
border-color: #014A6D;
}
.TagClassName
{
border-color: #014A6D;
}
</style>