Shades of Dark Cerulean #054482
Tints of Dark Cerulean #054482
RGB
CMYK
RGB Variations
Color information
#054482 (or 0x054482) is known color: Dark Cerulean. HEX triplet: 05, 44 and 82. RGB value is (5,68,130). Sum of RGB (Red+Green+Blue) = 5+68+130=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 130 (51.17% from 255 or 64.04% from 203); Max value from RGB is 130 - color contains mainly: blue. Hex color #054482 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054482 is #FABB7D. Grayscale: #373737. Windows color (decimal): -16431998 or 8537093. OLE color: 8537093.
HSL color Cylindrical-coordinate representation of color #054482: hue angle of 209.76º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054482 is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 68 | 130 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.49 |
| HSL | 209.76º | 0.93% | 0.26% | - |
| HSV(B) | 209.76º | 0.96% | 0.51% | - |
| XYZ | 6.16 | 5.78 | 21.91 | - |
| YUV | 56.23 | 169.63 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 68 | 130 | 0.96 | 0.48 | 0 | 0.49 | 209.76 | 0.93 | 0.26 |
| Hex | 5 | 44 | 82 | 60 | 30 | 0 | 31 | D2 | 5D | 1A |
| Octal | 5 | 104 | 202 | 140 | 60 | 0 | 61 | 322 | 135 | 32 |
| Binary | 101 | 1000100 | 10000010 | 1100000 | 110000 | 0 | 110001 | 11010010 | 1011101 | 11010 |
Color Harmonies of #054482
Complementary color
Monochromatic Colors of #054482
Black with #054482
Text Example
Text Example
White with #054482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054482; }
p { color: rgb(5,68,130); }
H1.HeaderClassName
{
color: #054482;
}
.AnyTagClassName
{
color: #054482;
}
</style>
background-color css
<style>
a { background-color: #054482; }
a { background-color: rgb(5,68,130); }
div.DivClassName
{
background-color: #054482;
}
.BgClassName
{
background-color: #054482;
}
</style>
border-color css
<style>
span { border-color: #054482; }
span { border-color: rgb(5,68,130); }
td.TdClassName
{
border-color: #054482;
}
.TagClassName
{
border-color: #054482;
}
</style>