Shades of Navy Blue #0456CB
Tints of Navy Blue #0456CB
RGB
CMYK
RGB Variations
Color information
#0456CB (or 0x0456CB) is known color: Navy Blue. HEX triplet: 04, 56 and CB. RGB value is (4,86,203). Sum of RGB (Red+Green+Blue) = 4+86+203=293 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 203 (79.69% from 255 or 69.28% from 293); Max value from RGB is 203 - color contains mainly: blue. Hex color #0456CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0456CB is #FBA934. Grayscale: #4A4A4A. Windows color (decimal): -16492853 or 13325828. OLE color: 13325828.
HSL color Cylindrical-coordinate representation of color #0456CB: hue angle of 215.28º degrees, saturation: 0.96, 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 #0456CB is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 86 | 203 | - |
| CMYK | 0.98 | 0.58 | 0 | 0.20 |
| HSL | 215.28º | 0.96% | 0.41% | - |
| HSV(B) | 215.28º | 0.98% | 0.8% | - |
| XYZ | 14.16 | 10.99 | 57.88 | - |
| YUV | 74.82 | 200.33 | 77.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 86 | 203 | 0.98 | 0.58 | 0 | 0.20 | 215.28 | 0.96 | 0.41 |
| Hex | 4 | 56 | CB | 62 | 3A | 0 | 14 | D7 | 60 | 29 |
| Octal | 4 | 126 | 313 | 142 | 72 | 0 | 24 | 327 | 140 | 51 |
| Binary | 100 | 1010110 | 11001011 | 1100010 | 111010 | 0 | 10100 | 11010111 | 1100000 | 101001 |
Color Harmonies of #0456CB
Complementary color
Monochromatic Colors of #0456CB
Black with #0456CB
Text Example
Text Example
White with #0456CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0456CB; }
p { color: rgb(4,86,203); }
H1.HeaderClassName
{
color: #0456CB;
}
.AnyTagClassName
{
color: #0456CB;
}
</style>
background-color css
<style>
a { background-color: #0456CB; }
a { background-color: rgb(4,86,203); }
div.DivClassName
{
background-color: #0456CB;
}
.BgClassName
{
background-color: #0456CB;
}
</style>
border-color css
<style>
span { border-color: #0456CB; }
span { border-color: rgb(4,86,203); }
td.TdClassName
{
border-color: #0456CB;
}
.TagClassName
{
border-color: #0456CB;
}
</style>