Shades of Navy Blue #054CC9
Tints of Navy Blue #054CC9
RGB
CMYK
RGB Variations
Color information
#054CC9 (or 0x054CC9) is known color: Navy Blue. HEX triplet: 05, 4C and C9. RGB value is (5,76,201). Sum of RGB (Red+Green+Blue) = 5+76+201=282 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 201 (78.91% from 255 or 71.28% from 282); Max value from RGB is 201 - color contains mainly: blue. Hex color #054CC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #054CC9 is #FAB336. Grayscale: #444444. Windows color (decimal): -16429879 or 13192197. OLE color: 13192197.
HSL color Cylindrical-coordinate representation of color #054CC9: hue angle of 218.27º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054CC9 is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 5 | 76 | 201 | - |
| CMYK | 0.98 | 0.62 | 0 | 0.21 |
| HSL | 218.27º | 0.95% | 0.4% | - |
| HSV(B) | 218.27º | 0.98% | 0.79% | - |
| XYZ | 13.19 | 9.42 | 56.38 | - |
| YUV | 69.02 | 202.48 | 82.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 76 | 201 | 0.98 | 0.62 | 0 | 0.21 | 218.27 | 0.95 | 0.4 |
| Hex | 5 | 4C | C9 | 62 | 3E | 0 | 15 | DA | 5F | 28 |
| Octal | 5 | 114 | 311 | 142 | 76 | 0 | 25 | 332 | 137 | 50 |
| Binary | 101 | 1001100 | 11001001 | 1100010 | 111110 | 0 | 10101 | 11011010 | 1011111 | 101000 |
Color Harmonies of #054CC9
Complementary color
Monochromatic Colors of #054CC9
Black with #054CC9
Text Example
Text Example
White with #054CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054CC9; }
p { color: rgb(5,76,201); }
H1.HeaderClassName
{
color: #054CC9;
}
.AnyTagClassName
{
color: #054CC9;
}
</style>
background-color css
<style>
a { background-color: #054CC9; }
a { background-color: rgb(5,76,201); }
div.DivClassName
{
background-color: #054CC9;
}
.BgClassName
{
background-color: #054CC9;
}
</style>
border-color css
<style>
span { border-color: #054CC9; }
span { border-color: rgb(5,76,201); }
td.TdClassName
{
border-color: #054CC9;
}
.TagClassName
{
border-color: #054CC9;
}
</style>