Shades of Dark Cerulean #054385
Tints of Dark Cerulean #054385
RGB
CMYK
RGB Variations
Color information
#054385 (or 0x054385) is known color: Dark Cerulean. HEX triplet: 05, 43 and 85. RGB value is (5,67,133). Sum of RGB (Red+Green+Blue) = 5+67+133=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 133 (52.34% from 255 or 64.88% from 205); Max value from RGB is 133 - color contains mainly: blue. Hex color #054385 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054385 is #FABC7A. Grayscale: #373737. Windows color (decimal): -16432251 or 8733445. OLE color: 8733445.
HSL color Cylindrical-coordinate representation of color #054385: hue angle of 210.94º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054385 is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 5 | 67 | 133 | - |
| CMYK | 0.96 | 0.50 | 0 | 0.48 |
| HSL | 210.94º | 0.93% | 0.27% | - |
| HSV(B) | 210.94º | 0.96% | 0.52% | - |
| XYZ | 6.3 | 5.74 | 22.97 | - |
| YUV | 55.99 | 171.46 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 67 | 133 | 0.96 | 0.50 | 0 | 0.48 | 210.94 | 0.93 | 0.27 |
| Hex | 5 | 43 | 85 | 60 | 32 | 0 | 30 | D3 | 5D | 1B |
| Octal | 5 | 103 | 205 | 140 | 62 | 0 | 60 | 323 | 135 | 33 |
| Binary | 101 | 1000011 | 10000101 | 1100000 | 110010 | 0 | 110000 | 11010011 | 1011101 | 11011 |
Color Harmonies of #054385
Complementary color
Monochromatic Colors of #054385
Black with #054385
Text Example
Text Example
White with #054385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054385; }
p { color: rgb(5,67,133); }
H1.HeaderClassName
{
color: #054385;
}
.AnyTagClassName
{
color: #054385;
}
</style>
background-color css
<style>
a { background-color: #054385; }
a { background-color: rgb(5,67,133); }
div.DivClassName
{
background-color: #054385;
}
.BgClassName
{
background-color: #054385;
}
</style>
border-color css
<style>
span { border-color: #054385; }
span { border-color: rgb(5,67,133); }
td.TdClassName
{
border-color: #054385;
}
.TagClassName
{
border-color: #054385;
}
</style>