Shades of Dark Cerulean #054C80
Tints of Dark Cerulean #054C80
RGB
CMYK
RGB Variations
Color information
#054C80 (or 0x054C80) is known color: Dark Cerulean. HEX triplet: 05, 4C and 80. RGB value is (5,76,128). Sum of RGB (Red+Green+Blue) = 5+76+128=209 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.39% from 209); Green value is 76 (30.08% from 255 or 36.36% from 209); Blue value is 128 (50.39% from 255 or 61.24% from 209); Max value from RGB is 128 - color contains mainly: blue. Hex color #054C80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054C80 is #FAB37F. Grayscale: #3C3C3C. Windows color (decimal): -16429952 or 8408069. OLE color: 8408069.
HSL color Cylindrical-coordinate representation of color #054C80: hue angle of 205.37º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054C80 is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 5 | 76 | 128 | - |
| CMYK | 0.96 | 0.41 | 0 | 0.50 |
| HSL | 205.37º | 0.92% | 0.26% | - |
| HSV(B) | 205.37º | 0.96% | 0.5% | - |
| XYZ | 6.54 | 6.76 | 21.38 | - |
| YUV | 60.7 | 165.98 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 76 | 128 | 0.96 | 0.41 | 0 | 0.50 | 205.37 | 0.92 | 0.26 |
| Hex | 5 | 4C | 80 | 60 | 29 | 0 | 32 | CD | 5C | 1A |
| Octal | 5 | 114 | 200 | 140 | 51 | 0 | 62 | 315 | 134 | 32 |
| Binary | 101 | 1001100 | 10000000 | 1100000 | 101001 | 0 | 110010 | 11001101 | 1011100 | 11010 |
Color Harmonies of #054C80
Complementary color
Monochromatic Colors of #054C80
Black with #054C80
Text Example
Text Example
White with #054C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054C80; }
p { color: rgb(5,76,128); }
H1.HeaderClassName
{
color: #054C80;
}
.AnyTagClassName
{
color: #054C80;
}
</style>
background-color css
<style>
a { background-color: #054C80; }
a { background-color: rgb(5,76,128); }
div.DivClassName
{
background-color: #054C80;
}
.BgClassName
{
background-color: #054C80;
}
</style>
border-color css
<style>
span { border-color: #054C80; }
span { border-color: rgb(5,76,128); }
td.TdClassName
{
border-color: #054C80;
}
.TagClassName
{
border-color: #054C80;
}
</style>