Shades of Dark Cerulean #054179
Tints of Dark Cerulean #054179
RGB
CMYK
RGB Variations
Color information
#054179 (or 0x054179) is known color: Dark Cerulean. HEX triplet: 05, 41 and 79. RGB value is (5,65,121). Sum of RGB (Red+Green+Blue) = 5+65+121=191 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.62% from 191); Green value is 65 (25.78% from 255 or 34.03% from 191); Blue value is 121 (47.66% from 255 or 63.35% from 191); Max value from RGB is 121 - color contains mainly: blue. Hex color #054179 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054179 is #FABE86. Grayscale: #353535. Windows color (decimal): -16432775 or 7946501. OLE color: 7946501.
HSL color Cylindrical-coordinate representation of color #054179: hue angle of 208.97º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054179 is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 65 | 121 | - |
| CMYK | 0.96 | 0.46 | 0 | 0.53 |
| HSL | 208.97º | 0.92% | 0.25% | - |
| HSV(B) | 208.97º | 0.96% | 0.47% | - |
| XYZ | 5.4 | 5.19 | 18.81 | - |
| YUV | 53.44 | 166.12 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 65 | 121 | 0.96 | 0.46 | 0 | 0.53 | 208.97 | 0.92 | 0.25 |
| Hex | 5 | 41 | 79 | 60 | 2E | 0 | 35 | D1 | 5C | 19 |
| Octal | 5 | 101 | 171 | 140 | 56 | 0 | 65 | 321 | 134 | 31 |
| Binary | 101 | 1000001 | 1111001 | 1100000 | 101110 | 0 | 110101 | 11010001 | 1011100 | 11001 |
Color Harmonies of #054179
Complementary color
Monochromatic Colors of #054179
Black with #054179
Text Example
Text Example
White with #054179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054179; }
p { color: rgb(5,65,121); }
H1.HeaderClassName
{
color: #054179;
}
.AnyTagClassName
{
color: #054179;
}
</style>
background-color css
<style>
a { background-color: #054179; }
a { background-color: rgb(5,65,121); }
div.DivClassName
{
background-color: #054179;
}
.BgClassName
{
background-color: #054179;
}
</style>
border-color css
<style>
span { border-color: #054179; }
span { border-color: rgb(5,65,121); }
td.TdClassName
{
border-color: #054179;
}
.TagClassName
{
border-color: #054179;
}
</style>