Shades of Dark Cerulean #014A77
Tints of Dark Cerulean #014A77
RGB
CMYK
RGB Variations
Color information
#014A77 (or 0x014A77) is known color: Dark Cerulean. HEX triplet: 01, 4A and 77. RGB value is (1,74,119). Sum of RGB (Red+Green+Blue) = 1+74+119=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 74 (29.30% from 255 or 38.14% from 194); Blue value is 119 (46.88% from 255 or 61.34% from 194); Max value from RGB is 119 - color contains mainly: blue. Hex color #014A77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014A77 is #FEB588. Grayscale: #393939. Windows color (decimal): -16692617 or 7817729. OLE color: 7817729.
HSL color Cylindrical-coordinate representation of color #014A77: hue angle of 202.88º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014A77 is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 74 | 119 | - |
| CMYK | 0.99 | 0.38 | 0 | 0.53 |
| HSL | 202.88º | 0.98% | 0.24% | - |
| HSV(B) | 202.88º | 0.99% | 0.47% | - |
| XYZ | 5.79 | 6.24 | 18.35 | - |
| YUV | 57.3 | 162.82 | 87.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 74 | 119 | 0.99 | 0.38 | 0 | 0.53 | 202.88 | 0.98 | 0.24 |
| Hex | 1 | 4A | 77 | 63 | 26 | 0 | 35 | CB | 62 | 18 |
| Octal | 1 | 112 | 167 | 143 | 46 | 0 | 65 | 313 | 142 | 30 |
| Binary | 1 | 1001010 | 1110111 | 1100011 | 100110 | 0 | 110101 | 11001011 | 1100010 | 11000 |
Color Harmonies of #014A77
Complementary color
Monochromatic Colors of #014A77
Black with #014A77
Text Example
Text Example
White with #014A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014A77; }
p { color: rgb(1,74,119); }
H1.HeaderClassName
{
color: #014A77;
}
.AnyTagClassName
{
color: #014A77;
}
</style>
background-color css
<style>
a { background-color: #014A77; }
a { background-color: rgb(1,74,119); }
div.DivClassName
{
background-color: #014A77;
}
.BgClassName
{
background-color: #014A77;
}
</style>
border-color css
<style>
span { border-color: #014A77; }
span { border-color: rgb(1,74,119); }
td.TdClassName
{
border-color: #014A77;
}
.TagClassName
{
border-color: #014A77;
}
</style>