Shades of Dark Cerulean #014F74
Tints of Dark Cerulean #014F74
RGB
CMYK
RGB Variations
Color information
#014F74 (or 0x014F74) is known color: Dark Cerulean. HEX triplet: 01, 4F and 74. RGB value is (1,79,116). Sum of RGB (Red+Green+Blue) = 1+79+116=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 79 (31.25% from 255 or 40.31% from 196); Blue value is 116 (45.70% from 255 or 59.18% from 196); Max value from RGB is 116 - color contains mainly: blue. Hex color #014F74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014F74 is #FEB08B. Grayscale: #3B3B3B. Windows color (decimal): -16691340 or 7622401. OLE color: 7622401.
HSL color Cylindrical-coordinate representation of color #014F74: hue angle of 199.3º 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 #014F74 is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 79 | 116 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.55 |
| HSL | 199.3º | 0.98% | 0.23% | - |
| HSV(B) | 199.3º | 0.99% | 0.45% | - |
| XYZ | 5.96 | 6.86 | 17.53 | - |
| YUV | 59.9 | 159.66 | 85.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 79 | 116 | 0.99 | 0.32 | 0 | 0.55 | 199.3 | 0.98 | 0.23 |
| Hex | 1 | 4F | 74 | 63 | 20 | 0 | 37 | C7 | 62 | 17 |
| Octal | 1 | 117 | 164 | 143 | 40 | 0 | 67 | 307 | 142 | 27 |
| Binary | 1 | 1001111 | 1110100 | 1100011 | 100000 | 0 | 110111 | 11000111 | 1100010 | 10111 |
Color Harmonies of #014F74
Complementary color
Monochromatic Colors of #014F74
Black with #014F74
Text Example
Text Example
White with #014F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014F74; }
p { color: rgb(1,79,116); }
H1.HeaderClassName
{
color: #014F74;
}
.AnyTagClassName
{
color: #014F74;
}
</style>
background-color css
<style>
a { background-color: #014F74; }
a { background-color: rgb(1,79,116); }
div.DivClassName
{
background-color: #014F74;
}
.BgClassName
{
background-color: #014F74;
}
</style>
border-color css
<style>
span { border-color: #014F74; }
span { border-color: rgb(1,79,116); }
td.TdClassName
{
border-color: #014F74;
}
.TagClassName
{
border-color: #014F74;
}
</style>