Shades of Dark Cerulean #054C86
Tints of Dark Cerulean #054C86
RGB
CMYK
RGB Variations
Color information
#054C86 (or 0x054C86) is known color: Dark Cerulean. HEX triplet: 05, 4C and 86. RGB value is (5,76,134). Sum of RGB (Red+Green+Blue) = 5+76+134=215 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.33% from 215); Green value is 76 (30.08% from 255 or 35.35% from 215); Blue value is 134 (52.73% from 255 or 62.33% from 215); Max value from RGB is 134 - color contains mainly: blue. Hex color #054C86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054C86 is #FAB379. Grayscale: #3D3D3D. Windows color (decimal): -16429946 or 8801285. OLE color: 8801285.
HSL color Cylindrical-coordinate representation of color #054C86: hue angle of 206.98º 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 #054C86 is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 76 | 134 | - |
| CMYK | 0.96 | 0.43 | 0 | 0.47 |
| HSL | 206.98º | 0.93% | 0.27% | - |
| HSV(B) | 206.98º | 0.96% | 0.53% | - |
| XYZ | 6.95 | 6.92 | 23.52 | - |
| YUV | 61.38 | 168.98 | 87.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 76 | 134 | 0.96 | 0.43 | 0 | 0.47 | 206.98 | 0.93 | 0.27 |
| Hex | 5 | 4C | 86 | 60 | 2B | 0 | 2F | CF | 5D | 1B |
| Octal | 5 | 114 | 206 | 140 | 53 | 0 | 57 | 317 | 135 | 33 |
| Binary | 101 | 1001100 | 10000110 | 1100000 | 101011 | 0 | 101111 | 11001111 | 1011101 | 11011 |
Color Harmonies of #054C86
Complementary color
Monochromatic Colors of #054C86
Black with #054C86
Text Example
Text Example
White with #054C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054C86; }
p { color: rgb(5,76,134); }
H1.HeaderClassName
{
color: #054C86;
}
.AnyTagClassName
{
color: #054C86;
}
</style>
background-color css
<style>
a { background-color: #054C86; }
a { background-color: rgb(5,76,134); }
div.DivClassName
{
background-color: #054C86;
}
.BgClassName
{
background-color: #054C86;
}
</style>
border-color css
<style>
span { border-color: #054C86; }
span { border-color: rgb(5,76,134); }
td.TdClassName
{
border-color: #054C86;
}
.TagClassName
{
border-color: #054C86;
}
</style>