Shades of Dark Cerulean #014A73
Tints of Dark Cerulean #014A73
RGB
CMYK
RGB Variations
Color information
#014A73 (or 0x014A73) is known color: Dark Cerulean. HEX triplet: 01, 4A and 73. RGB value is (1,74,115). Sum of RGB (Red+Green+Blue) = 1+74+115=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 74 (29.30% from 255 or 38.95% from 190); Blue value is 115 (45.31% from 255 or 60.53% from 190); Max value from RGB is 115 - color contains mainly: blue. Hex color #014A73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014A73 is #FEB58C. Grayscale: #383838. Windows color (decimal): -16692621 or 7555585. OLE color: 7555585.
HSL color Cylindrical-coordinate representation of color #014A73: hue angle of 201.58º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014A73 is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 74 | 115 | - |
| CMYK | 0.99 | 0.36 | 0 | 0.55 |
| HSL | 201.58º | 0.98% | 0.23% | - |
| HSV(B) | 201.58º | 0.99% | 0.45% | - |
| XYZ | 5.56 | 6.14 | 17.11 | - |
| YUV | 56.85 | 160.82 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 74 | 115 | 0.99 | 0.36 | 0 | 0.55 | 201.58 | 0.98 | 0.23 |
| Hex | 1 | 4A | 73 | 63 | 24 | 0 | 37 | CA | 62 | 17 |
| Octal | 1 | 112 | 163 | 143 | 44 | 0 | 67 | 312 | 142 | 27 |
| Binary | 1 | 1001010 | 1110011 | 1100011 | 100100 | 0 | 110111 | 11001010 | 1100010 | 10111 |
Color Harmonies of #014A73
Complementary color
Monochromatic Colors of #014A73
Black with #014A73
Text Example
Text Example
White with #014A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014A73; }
p { color: rgb(1,74,115); }
H1.HeaderClassName
{
color: #014A73;
}
.AnyTagClassName
{
color: #014A73;
}
</style>
background-color css
<style>
a { background-color: #014A73; }
a { background-color: rgb(1,74,115); }
div.DivClassName
{
background-color: #014A73;
}
.BgClassName
{
background-color: #014A73;
}
</style>
border-color css
<style>
span { border-color: #014A73; }
span { border-color: rgb(1,74,115); }
td.TdClassName
{
border-color: #014A73;
}
.TagClassName
{
border-color: #014A73;
}
</style>