Shades of Dark Cerulean #054387
Tints of Dark Cerulean #054387
RGB
CMYK
RGB Variations
Color information
#054387 (or 0x054387) is known color: Dark Cerulean. HEX triplet: 05, 43 and 87. RGB value is (5,67,135). Sum of RGB (Red+Green+Blue) = 5+67+135=207 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.42% from 207); Green value is 67 (26.56% from 255 or 32.37% from 207); Blue value is 135 (53.12% from 255 or 65.22% from 207); Max value from RGB is 135 - color contains mainly: blue. Hex color #054387 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054387 is #FABC78. Grayscale: #373737. Windows color (decimal): -16432249 or 8864517. OLE color: 8864517.
HSL color Cylindrical-coordinate representation of color #054387: hue angle of 211.38º 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 #054387 is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 67 | 135 | - |
| CMYK | 0.96 | 0.50 | 0 | 0.47 |
| HSL | 211.38º | 0.93% | 0.27% | - |
| HSV(B) | 211.38º | 0.96% | 0.53% | - |
| XYZ | 6.44 | 5.8 | 23.7 | - |
| YUV | 56.21 | 172.46 | 91.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 67 | 135 | 0.96 | 0.50 | 0 | 0.47 | 211.38 | 0.93 | 0.27 |
| Hex | 5 | 43 | 87 | 60 | 32 | 0 | 2F | D3 | 5D | 1B |
| Octal | 5 | 103 | 207 | 140 | 62 | 0 | 57 | 323 | 135 | 33 |
| Binary | 101 | 1000011 | 10000111 | 1100000 | 110010 | 0 | 101111 | 11010011 | 1011101 | 11011 |
Color Harmonies of #054387
Complementary color
Monochromatic Colors of #054387
Black with #054387
Text Example
Text Example
White with #054387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054387; }
p { color: rgb(5,67,135); }
H1.HeaderClassName
{
color: #054387;
}
.AnyTagClassName
{
color: #054387;
}
</style>
background-color css
<style>
a { background-color: #054387; }
a { background-color: rgb(5,67,135); }
div.DivClassName
{
background-color: #054387;
}
.BgClassName
{
background-color: #054387;
}
</style>
border-color css
<style>
span { border-color: #054387; }
span { border-color: rgb(5,67,135); }
td.TdClassName
{
border-color: #054387;
}
.TagClassName
{
border-color: #054387;
}
</style>