Shades of Navy Blue #0548CC
Tints of Navy Blue #0548CC
RGB
CMYK
RGB Variations
Color information
#0548CC (or 0x0548CC) is known color: Navy Blue. HEX triplet: 05, 48 and CC. RGB value is (5,72,204). Sum of RGB (Red+Green+Blue) = 5+72+204=281 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.78% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 204 (80.08% from 255 or 72.60% from 281); Max value from RGB is 204 - color contains mainly: blue. Hex color #0548CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0548CC is #FAB733. Grayscale: #424242. Windows color (decimal): -16430900 or 13387781. OLE color: 13387781.
HSL color Cylindrical-coordinate representation of color #0548CC: hue angle of 219.8º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0548CC is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 5 | 72 | 204 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.2 |
| HSL | 219.8º | 0.95% | 0.41% | - |
| HSV(B) | 219.8º | 0.98% | 0.8% | - |
| XYZ | 13.28 | 9.03 | 58.17 | - |
| YUV | 67.02 | 205.3 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 72 | 204 | 0.98 | 0.65 | 0 | 0.2 | 219.8 | 0.95 | 0.41 |
| Hex | 5 | 48 | CC | 62 | 41 | 0 | 14 | DC | 5F | 29 |
| Octal | 5 | 110 | 314 | 142 | 101 | 0 | 24 | 334 | 137 | 51 |
| Binary | 101 | 1001000 | 11001100 | 1100010 | 1000001 | 0 | 10100 | 11011100 | 1011111 | 101001 |
Color Harmonies of #0548CC
Complementary color
Monochromatic Colors of #0548CC
Black with #0548CC
Text Example
Text Example
White with #0548CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0548CC; }
p { color: rgb(5,72,204); }
H1.HeaderClassName
{
color: #0548CC;
}
.AnyTagClassName
{
color: #0548CC;
}
</style>
background-color css
<style>
a { background-color: #0548CC; }
a { background-color: rgb(5,72,204); }
div.DivClassName
{
background-color: #0548CC;
}
.BgClassName
{
background-color: #0548CC;
}
</style>
border-color css
<style>
span { border-color: #0548CC; }
span { border-color: rgb(5,72,204); }
td.TdClassName
{
border-color: #0548CC;
}
.TagClassName
{
border-color: #0548CC;
}
</style>