Shades of Dark Cerulean #054382
Tints of Dark Cerulean #054382
RGB
CMYK
RGB Variations
Color information
#054382 (or 0x054382) is known color: Dark Cerulean. HEX triplet: 05, 43 and 82. RGB value is (5,67,130). Sum of RGB (Red+Green+Blue) = 5+67+130=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 67 (26.56% from 255 or 33.17% from 202); Blue value is 130 (51.17% from 255 or 64.36% from 202); Max value from RGB is 130 - color contains mainly: blue. Hex color #054382 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054382 is #FABC7D. Grayscale: #373737. Windows color (decimal): -16432254 or 8536837. OLE color: 8536837.
HSL color Cylindrical-coordinate representation of color #054382: hue angle of 210.24º 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 #054382 is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 67 | 130 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.49 |
| HSL | 210.24º | 0.93% | 0.26% | - |
| HSV(B) | 210.24º | 0.96% | 0.51% | - |
| XYZ | 6.1 | 5.66 | 21.89 | - |
| YUV | 55.64 | 169.96 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 67 | 130 | 0.96 | 0.48 | 0 | 0.49 | 210.24 | 0.93 | 0.26 |
| Hex | 5 | 43 | 82 | 60 | 30 | 0 | 31 | D2 | 5D | 1A |
| Octal | 5 | 103 | 202 | 140 | 60 | 0 | 61 | 322 | 135 | 32 |
| Binary | 101 | 1000011 | 10000010 | 1100000 | 110000 | 0 | 110001 | 11010010 | 1011101 | 11010 |
Color Harmonies of #054382
Complementary color
Monochromatic Colors of #054382
Black with #054382
Text Example
Text Example
White with #054382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054382; }
p { color: rgb(5,67,130); }
H1.HeaderClassName
{
color: #054382;
}
.AnyTagClassName
{
color: #054382;
}
</style>
background-color css
<style>
a { background-color: #054382; }
a { background-color: rgb(5,67,130); }
div.DivClassName
{
background-color: #054382;
}
.BgClassName
{
background-color: #054382;
}
</style>
border-color css
<style>
span { border-color: #054382; }
span { border-color: rgb(5,67,130); }
td.TdClassName
{
border-color: #054382;
}
.TagClassName
{
border-color: #054382;
}
</style>