Shades of Dark Cerulean #054074
Tints of Dark Cerulean #054074
RGB
CMYK
RGB Variations
Color information
#054074 (or 0x054074) is known color: Dark Cerulean. HEX triplet: 05, 40 and 74. RGB value is (5,64,116). Sum of RGB (Red+Green+Blue) = 5+64+116=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 116 (45.70% from 255 or 62.70% from 185); Max value from RGB is 116 - color contains mainly: blue. Hex color #054074 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054074 is #FABF8B. Grayscale: #343434. Windows color (decimal): -16433036 or 7618565. OLE color: 7618565.
HSL color Cylindrical-coordinate representation of color #054074: hue angle of 208.11º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054074 is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 64 | 116 | - |
| CMYK | 0.96 | 0.45 | 0 | 0.55 |
| HSL | 208.11º | 0.92% | 0.24% | - |
| HSV(B) | 208.11º | 0.96% | 0.45% | - |
| XYZ | 5.05 | 4.96 | 17.21 | - |
| YUV | 52.29 | 163.95 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 64 | 116 | 0.96 | 0.45 | 0 | 0.55 | 208.11 | 0.92 | 0.24 |
| Hex | 5 | 40 | 74 | 60 | 2D | 0 | 37 | D0 | 5C | 18 |
| Octal | 5 | 100 | 164 | 140 | 55 | 0 | 67 | 320 | 134 | 30 |
| Binary | 101 | 1000000 | 1110100 | 1100000 | 101101 | 0 | 110111 | 11010000 | 1011100 | 11000 |
Color Harmonies of #054074
Complementary color
Monochromatic Colors of #054074
Black with #054074
Text Example
Text Example
White with #054074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054074; }
p { color: rgb(5,64,116); }
H1.HeaderClassName
{
color: #054074;
}
.AnyTagClassName
{
color: #054074;
}
</style>
background-color css
<style>
a { background-color: #054074; }
a { background-color: rgb(5,64,116); }
div.DivClassName
{
background-color: #054074;
}
.BgClassName
{
background-color: #054074;
}
</style>
border-color css
<style>
span { border-color: #054074; }
span { border-color: rgb(5,64,116); }
td.TdClassName
{
border-color: #054074;
}
.TagClassName
{
border-color: #054074;
}
</style>