Shades of Navy Blue #0652CB
Tints of Navy Blue #0652CB
RGB
CMYK
RGB Variations
Color information
#0652CB (or 0x0652CB) is known color: Navy Blue. HEX triplet: 06, 52 and CB. RGB value is (6,82,203). Sum of RGB (Red+Green+Blue) = 6+82+203=291 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.06% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 203 (79.69% from 255 or 69.76% from 291); Max value from RGB is 203 - color contains mainly: blue. Hex color #0652CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0652CB is #F9AD34. Grayscale: #484848. Windows color (decimal): -16362805 or 13324806. OLE color: 13324806.
HSL color Cylindrical-coordinate representation of color #0652CB: hue angle of 216.85º 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 #0652CB is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 82 | 203 | - |
| CMYK | 0.97 | 0.60 | 0 | 0.20 |
| HSL | 216.85º | 0.94% | 0.41% | - |
| HSV(B) | 216.85º | 0.97% | 0.8% | - |
| XYZ | 13.87 | 10.39 | 57.77 | - |
| YUV | 73.07 | 201.32 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 82 | 203 | 0.97 | 0.60 | 0 | 0.20 | 216.85 | 0.94 | 0.41 |
| Hex | 6 | 52 | CB | 61 | 3C | 0 | 14 | D9 | 5E | 29 |
| Octal | 6 | 122 | 313 | 141 | 74 | 0 | 24 | 331 | 136 | 51 |
| Binary | 110 | 1010010 | 11001011 | 1100001 | 111100 | 0 | 10100 | 11011001 | 1011110 | 101001 |
Color Harmonies of #0652CB
Complementary color
Monochromatic Colors of #0652CB
Black with #0652CB
Text Example
Text Example
White with #0652CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0652CB; }
p { color: rgb(6,82,203); }
H1.HeaderClassName
{
color: #0652CB;
}
.AnyTagClassName
{
color: #0652CB;
}
</style>
background-color css
<style>
a { background-color: #0652CB; }
a { background-color: rgb(6,82,203); }
div.DivClassName
{
background-color: #0652CB;
}
.BgClassName
{
background-color: #0652CB;
}
</style>
border-color css
<style>
span { border-color: #0652CB; }
span { border-color: rgb(6,82,203); }
td.TdClassName
{
border-color: #0652CB;
}
.TagClassName
{
border-color: #0652CB;
}
</style>