Shades of Dark Cerulean #014A6F
Tints of Dark Cerulean #014A6F
RGB
CMYK
RGB Variations
Color information
#014A6F (or 0x014A6F) is known color: Dark Cerulean. HEX triplet: 01, 4A and 6F. RGB value is (1,74,111). Sum of RGB (Red+Green+Blue) = 1+74+111=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 74 (29.30% from 255 or 39.78% from 186); Blue value is 111 (43.75% from 255 or 59.68% from 186); Max value from RGB is 111 - color contains mainly: blue. Hex color #014A6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014A6F is #FEB590. Grayscale: #383838. Windows color (decimal): -16692625 or 7293441. OLE color: 7293441.
HSL color Cylindrical-coordinate representation of color #014A6F: hue angle of 200.18º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014A6F is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 74 | 111 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.56 |
| HSL | 200.18º | 0.98% | 0.22% | - |
| HSV(B) | 200.18º | 0.99% | 0.44% | - |
| XYZ | 5.33 | 6.05 | 15.93 | - |
| YUV | 56.39 | 158.82 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 74 | 111 | 0.99 | 0.33 | 0 | 0.56 | 200.18 | 0.98 | 0.22 |
| Hex | 1 | 4A | 6F | 63 | 21 | 0 | 38 | C8 | 62 | 16 |
| Octal | 1 | 112 | 157 | 143 | 41 | 0 | 70 | 310 | 142 | 26 |
| Binary | 1 | 1001010 | 1101111 | 1100011 | 100001 | 0 | 111000 | 11001000 | 1100010 | 10110 |
Color Harmonies of #014A6F
Complementary color
Monochromatic Colors of #014A6F
Black with #014A6F
Text Example
Text Example
White with #014A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014A6F; }
p { color: rgb(1,74,111); }
H1.HeaderClassName
{
color: #014A6F;
}
.AnyTagClassName
{
color: #014A6F;
}
</style>
background-color css
<style>
a { background-color: #014A6F; }
a { background-color: rgb(1,74,111); }
div.DivClassName
{
background-color: #014A6F;
}
.BgClassName
{
background-color: #014A6F;
}
</style>
border-color css
<style>
span { border-color: #014A6F; }
span { border-color: rgb(1,74,111); }
td.TdClassName
{
border-color: #014A6F;
}
.TagClassName
{
border-color: #014A6F;
}
</style>