Shades of Navy Blue #0658CB
Tints of Navy Blue #0658CB
RGB
CMYK
RGB Variations
Color information
#0658CB (or 0x0658CB) is known color: Navy Blue. HEX triplet: 06, 58 and CB. RGB value is (6,88,203). Sum of RGB (Red+Green+Blue) = 6+88+203=297 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.02% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 203 (79.69% from 255 or 68.35% from 297); Max value from RGB is 203 - color contains mainly: blue. Hex color #0658CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0658CB is #F9A734. Grayscale: #4C4C4C. Windows color (decimal): -16361269 or 13326342. OLE color: 13326342.
HSL color Cylindrical-coordinate representation of color #0658CB: hue angle of 215.03º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0658CB is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 88 | 203 | - |
| CMYK | 0.97 | 0.57 | 0 | 0.20 |
| HSL | 215.03º | 0.94% | 0.41% | - |
| HSV(B) | 215.03º | 0.97% | 0.8% | - |
| XYZ | 14.34 | 11.33 | 57.93 | - |
| YUV | 76.59 | 199.33 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 88 | 203 | 0.97 | 0.57 | 0 | 0.20 | 215.03 | 0.94 | 0.41 |
| Hex | 6 | 58 | CB | 61 | 39 | 0 | 14 | D7 | 5E | 29 |
| Octal | 6 | 130 | 313 | 141 | 71 | 0 | 24 | 327 | 136 | 51 |
| Binary | 110 | 1011000 | 11001011 | 1100001 | 111001 | 0 | 10100 | 11010111 | 1011110 | 101001 |
Color Harmonies of #0658CB
Complementary color
Monochromatic Colors of #0658CB
Black with #0658CB
Text Example
Text Example
White with #0658CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0658CB; }
p { color: rgb(6,88,203); }
H1.HeaderClassName
{
color: #0658CB;
}
.AnyTagClassName
{
color: #0658CB;
}
</style>
background-color css
<style>
a { background-color: #0658CB; }
a { background-color: rgb(6,88,203); }
div.DivClassName
{
background-color: #0658CB;
}
.BgClassName
{
background-color: #0658CB;
}
</style>
border-color css
<style>
span { border-color: #0658CB; }
span { border-color: rgb(6,88,203); }
td.TdClassName
{
border-color: #0658CB;
}
.TagClassName
{
border-color: #0658CB;
}
</style>