Shades of Dark Cerulean #014A76
Tints of Dark Cerulean #014A76
RGB
CMYK
RGB Variations
Color information
#014A76 (or 0x014A76) is known color: Dark Cerulean. HEX triplet: 01, 4A and 76. RGB value is (1,74,118). Sum of RGB (Red+Green+Blue) = 1+74+118=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 118 (46.48% from 255 or 61.14% from 193); Max value from RGB is 118 - color contains mainly: blue. Hex color #014A76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014A76 is #FEB589. Grayscale: #383838. Windows color (decimal): -16692618 or 7752193. OLE color: 7752193.
HSL color Cylindrical-coordinate representation of color #014A76: hue angle of 202.56º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014A76 is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 74 | 118 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.54 |
| HSL | 202.56º | 0.98% | 0.23% | - |
| HSV(B) | 202.56º | 0.99% | 0.46% | - |
| XYZ | 5.73 | 6.21 | 18.04 | - |
| YUV | 57.19 | 162.32 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 74 | 118 | 0.99 | 0.37 | 0 | 0.54 | 202.56 | 0.98 | 0.23 |
| Hex | 1 | 4A | 76 | 63 | 25 | 0 | 36 | CB | 62 | 17 |
| Octal | 1 | 112 | 166 | 143 | 45 | 0 | 66 | 313 | 142 | 27 |
| Binary | 1 | 1001010 | 1110110 | 1100011 | 100101 | 0 | 110110 | 11001011 | 1100010 | 10111 |
Color Harmonies of #014A76
Complementary color
Monochromatic Colors of #014A76
Black with #014A76
Text Example
Text Example
White with #014A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014A76; }
p { color: rgb(1,74,118); }
H1.HeaderClassName
{
color: #014A76;
}
.AnyTagClassName
{
color: #014A76;
}
</style>
background-color css
<style>
a { background-color: #014A76; }
a { background-color: rgb(1,74,118); }
div.DivClassName
{
background-color: #014A76;
}
.BgClassName
{
background-color: #014A76;
}
</style>
border-color css
<style>
span { border-color: #014A76; }
span { border-color: rgb(1,74,118); }
td.TdClassName
{
border-color: #014A76;
}
.TagClassName
{
border-color: #014A76;
}
</style>