Shades of Navy Blue #0852CB
Tints of Navy Blue #0852CB
RGB
CMYK
RGB Variations
Color information
#0852CB (or 0x0852CB) is known color: Navy Blue. HEX triplet: 08, 52 and CB. RGB value is (8,82,203). Sum of RGB (Red+Green+Blue) = 8+82+203=293 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.73% from 293); Green value is 82 (32.42% from 255 or 27.99% 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 #0852CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0852CB is #F7AD34. Grayscale: #494949. Windows color (decimal): -16231733 or 13324808. OLE color: 13324808.
HSL color Cylindrical-coordinate representation of color #0852CB: hue angle of 217.23º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0852CB is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 82 | 203 | - |
| CMYK | 0.96 | 0.60 | 0 | 0.20 |
| HSL | 217.23º | 0.92% | 0.41% | - |
| HSV(B) | 217.23º | 0.96% | 0.8% | - |
| XYZ | 13.9 | 10.4 | 57.77 | - |
| YUV | 73.67 | 200.98 | 81.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 82 | 203 | 0.96 | 0.60 | 0 | 0.20 | 217.23 | 0.92 | 0.41 |
| Hex | 8 | 52 | CB | 60 | 3C | 0 | 14 | D9 | 5C | 29 |
| Octal | 10 | 122 | 313 | 140 | 74 | 0 | 24 | 331 | 134 | 51 |
| Binary | 1000 | 1010010 | 11001011 | 1100000 | 111100 | 0 | 10100 | 11011001 | 1011100 | 101001 |
Color Harmonies of #0852CB
Complementary color
Monochromatic Colors of #0852CB
Black with #0852CB
Text Example
Text Example
White with #0852CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0852CB; }
p { color: rgb(8,82,203); }
H1.HeaderClassName
{
color: #0852CB;
}
.AnyTagClassName
{
color: #0852CB;
}
</style>
background-color css
<style>
a { background-color: #0852CB; }
a { background-color: rgb(8,82,203); }
div.DivClassName
{
background-color: #0852CB;
}
.BgClassName
{
background-color: #0852CB;
}
</style>
border-color css
<style>
span { border-color: #0852CB; }
span { border-color: rgb(8,82,203); }
td.TdClassName
{
border-color: #0852CB;
}
.TagClassName
{
border-color: #0852CB;
}
</style>