Shades of Dark Cerulean #054075
Tints of Dark Cerulean #054075
RGB
CMYK
RGB Variations
Color information
#054075 (or 0x054075) is known color: Dark Cerulean. HEX triplet: 05, 40 and 75. RGB value is (5,64,117). Sum of RGB (Red+Green+Blue) = 5+64+117=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 64 (25.39% from 255 or 34.41% from 186); Blue value is 117 (46.09% from 255 or 62.90% from 186); Max value from RGB is 117 - color contains mainly: blue. Hex color #054075 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054075 is #FABF8A. Grayscale: #343434. Windows color (decimal): -16433035 or 7684101. OLE color: 7684101.
HSL color Cylindrical-coordinate representation of color #054075: hue angle of 208.39º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054075 is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 5 | 64 | 117 | - |
| CMYK | 0.96 | 0.45 | 0 | 0.54 |
| HSL | 208.39º | 0.92% | 0.24% | - |
| HSV(B) | 208.39º | 0.96% | 0.46% | - |
| XYZ | 5.11 | 4.98 | 17.52 | - |
| YUV | 52.4 | 164.45 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 64 | 117 | 0.96 | 0.45 | 0 | 0.54 | 208.39 | 0.92 | 0.24 |
| Hex | 5 | 40 | 75 | 60 | 2D | 0 | 36 | D0 | 5C | 18 |
| Octal | 5 | 100 | 165 | 140 | 55 | 0 | 66 | 320 | 134 | 30 |
| Binary | 101 | 1000000 | 1110101 | 1100000 | 101101 | 0 | 110110 | 11010000 | 1011100 | 11000 |
Color Harmonies of #054075
Complementary color
Monochromatic Colors of #054075
Black with #054075
Text Example
Text Example
White with #054075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054075; }
p { color: rgb(5,64,117); }
H1.HeaderClassName
{
color: #054075;
}
.AnyTagClassName
{
color: #054075;
}
</style>
background-color css
<style>
a { background-color: #054075; }
a { background-color: rgb(5,64,117); }
div.DivClassName
{
background-color: #054075;
}
.BgClassName
{
background-color: #054075;
}
</style>
border-color css
<style>
span { border-color: #054075; }
span { border-color: rgb(5,64,117); }
td.TdClassName
{
border-color: #054075;
}
.TagClassName
{
border-color: #054075;
}
</style>