Shades of Dark Cerulean #014179
Tints of Dark Cerulean #014179
RGB
CMYK
RGB Variations
Color information
#014179 (or 0x014179) is known color: Dark Cerulean. HEX triplet: 01, 41 and 79. RGB value is (1,65,121). Sum of RGB (Red+Green+Blue) = 1+65+121=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 121 (47.66% from 255 or 64.71% from 187); Max value from RGB is 121 - color contains mainly: blue. Hex color #014179 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014179 is #FEBE86. Grayscale: #333333. Windows color (decimal): -16694919 or 7946497. OLE color: 7946497.
HSL color Cylindrical-coordinate representation of color #014179: hue angle of 208º 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 #014179 is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 65 | 121 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.53 |
| HSL | 208º | 0.98% | 0.24% | - |
| HSV(B) | 208º | 0.99% | 0.47% | - |
| XYZ | 5.35 | 5.17 | 18.8 | - |
| YUV | 52.25 | 166.8 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 65 | 121 | 0.99 | 0.46 | 0 | 0.53 | 208 | 0.98 | 0.24 |
| Hex | 1 | 41 | 79 | 63 | 2E | 0 | 35 | D0 | 62 | 18 |
| Octal | 1 | 101 | 171 | 143 | 56 | 0 | 65 | 320 | 142 | 30 |
| Binary | 1 | 1000001 | 1111001 | 1100011 | 101110 | 0 | 110101 | 11010000 | 1100010 | 11000 |
Color Harmonies of #014179
Complementary color
Monochromatic Colors of #014179
Black with #014179
Text Example
Text Example
White with #014179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014179; }
p { color: rgb(1,65,121); }
H1.HeaderClassName
{
color: #014179;
}
.AnyTagClassName
{
color: #014179;
}
</style>
background-color css
<style>
a { background-color: #014179; }
a { background-color: rgb(1,65,121); }
div.DivClassName
{
background-color: #014179;
}
.BgClassName
{
background-color: #014179;
}
</style>
border-color css
<style>
span { border-color: #014179; }
span { border-color: rgb(1,65,121); }
td.TdClassName
{
border-color: #014179;
}
.TagClassName
{
border-color: #014179;
}
</style>