Shades of Dark Cerulean #054487
Tints of Dark Cerulean #054487
RGB
CMYK
RGB Variations
Color information
#054487 (or 0x054487) is known color: Dark Cerulean. HEX triplet: 05, 44 and 87. RGB value is (5,68,135). Sum of RGB (Red+Green+Blue) = 5+68+135=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 68 (26.95% from 255 or 32.69% from 208); Blue value is 135 (53.12% from 255 or 64.90% from 208); Max value from RGB is 135 - color contains mainly: blue. Hex color #054487 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054487 is #FABB78. Grayscale: #383838. Windows color (decimal): -16431993 or 8864773. OLE color: 8864773.
HSL color Cylindrical-coordinate representation of color #054487: hue angle of 210.92º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054487 is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 68 | 135 | - |
| CMYK | 0.96 | 0.50 | 0 | 0.47 |
| HSL | 210.92º | 0.93% | 0.27% | - |
| HSV(B) | 210.92º | 0.96% | 0.53% | - |
| XYZ | 6.5 | 5.92 | 23.72 | - |
| YUV | 56.8 | 172.13 | 91.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 68 | 135 | 0.96 | 0.50 | 0 | 0.47 | 210.92 | 0.93 | 0.27 |
| Hex | 5 | 44 | 87 | 60 | 32 | 0 | 2F | D3 | 5D | 1B |
| Octal | 5 | 104 | 207 | 140 | 62 | 0 | 57 | 323 | 135 | 33 |
| Binary | 101 | 1000100 | 10000111 | 1100000 | 110010 | 0 | 101111 | 11010011 | 1011101 | 11011 |
Color Harmonies of #054487
Complementary color
Monochromatic Colors of #054487
Black with #054487
Text Example
Text Example
White with #054487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054487; }
p { color: rgb(5,68,135); }
H1.HeaderClassName
{
color: #054487;
}
.AnyTagClassName
{
color: #054487;
}
</style>
background-color css
<style>
a { background-color: #054487; }
a { background-color: rgb(5,68,135); }
div.DivClassName
{
background-color: #054487;
}
.BgClassName
{
background-color: #054487;
}
</style>
border-color css
<style>
span { border-color: #054487; }
span { border-color: rgb(5,68,135); }
td.TdClassName
{
border-color: #054487;
}
.TagClassName
{
border-color: #054487;
}
</style>