Shades of Dark Cerulean #014A69
Tints of Dark Cerulean #014A69
RGB
CMYK
RGB Variations
Color information
#014A69 (or 0x014A69) is known color: Dark Cerulean. HEX triplet: 01, 4A and 69. RGB value is (1,74,105). Sum of RGB (Red+Green+Blue) = 1+74+105=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 74 (29.30% from 255 or 41.11% from 180); Blue value is 105 (41.41% from 255 or 58.33% from 180); Max value from RGB is 105 - color contains mainly: blue. Hex color #014A69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014A69 is #FEB596. Grayscale: #373737. Windows color (decimal): -16692631 or 6900225. OLE color: 6900225.
HSL color Cylindrical-coordinate representation of color #014A69: hue angle of 197.88º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014A69 is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 74 | 105 | - |
| CMYK | 0.99 | 0.30 | 0 | 0.59 |
| HSL | 197.88º | 0.98% | 0.21% | - |
| HSV(B) | 197.88º | 0.99% | 0.41% | - |
| XYZ | 5.01 | 5.92 | 14.24 | - |
| YUV | 55.71 | 155.82 | 88.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 74 | 105 | 0.99 | 0.30 | 0 | 0.59 | 197.88 | 0.98 | 0.21 |
| Hex | 1 | 4A | 69 | 63 | 1E | 0 | 3B | C6 | 62 | 15 |
| Octal | 1 | 112 | 151 | 143 | 36 | 0 | 73 | 306 | 142 | 25 |
| Binary | 1 | 1001010 | 1101001 | 1100011 | 11110 | 0 | 111011 | 11000110 | 1100010 | 10101 |
Color Harmonies of #014A69
Complementary color
Monochromatic Colors of #014A69
Black with #014A69
Text Example
Text Example
White with #014A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014A69; }
p { color: rgb(1,74,105); }
H1.HeaderClassName
{
color: #014A69;
}
.AnyTagClassName
{
color: #014A69;
}
</style>
background-color css
<style>
a { background-color: #014A69; }
a { background-color: rgb(1,74,105); }
div.DivClassName
{
background-color: #014A69;
}
.BgClassName
{
background-color: #014A69;
}
</style>
border-color css
<style>
span { border-color: #014A69; }
span { border-color: rgb(1,74,105); }
td.TdClassName
{
border-color: #014A69;
}
.TagClassName
{
border-color: #014A69;
}
</style>