Shades of Navy Blue #0852FC
Tints of Navy Blue #0852FC
RGB
CMYK
RGB Variations
Color information
#0852FC (or 0x0852FC) is known color: Navy Blue. HEX triplet: 08, 52 and FC. RGB value is (8,82,252). Sum of RGB (Red+Green+Blue) = 8+82+252=342 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.34% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 252 (98.83% from 255 or 73.68% from 342); Max value from RGB is 252 - color contains mainly: blue. Hex color #0852FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0852FC is #F7AD03. Grayscale: #4E4E4E. Windows color (decimal): -16231684 or 16536072. OLE color: 16536072.
HSL color Cylindrical-coordinate representation of color #0852FC: hue angle of 221.8º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0852FC is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 8 | 82 | 252 | - |
| CMYK | 0.97 | 0.67 | 0 | 0.01 |
| HSL | 221.8º | 0.98% | 0.51% | - |
| HSV(B) | 221.8º | 0.97% | 0.99% | - |
| XYZ | 20.69 | 13.11 | 93.54 | - |
| YUV | 79.25 | 225.48 | 77.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 82 | 252 | 0.97 | 0.67 | 0 | 0.01 | 221.8 | 0.98 | 0.51 |
| Hex | 8 | 52 | FC | 61 | 43 | 0 | 1 | DE | 62 | 33 |
| Octal | 10 | 122 | 374 | 141 | 103 | 0 | 1 | 336 | 142 | 63 |
| Binary | 1000 | 1010010 | 11111100 | 1100001 | 1000011 | 0 | 1 | 11011110 | 1100010 | 110011 |
Color Harmonies of #0852FC
Complementary color
Monochromatic Colors of #0852FC
Black with #0852FC
Text Example
Text Example
White with #0852FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0852FC; }
p { color: rgb(8,82,252); }
H1.HeaderClassName
{
color: #0852FC;
}
.AnyTagClassName
{
color: #0852FC;
}
</style>
background-color css
<style>
a { background-color: #0852FC; }
a { background-color: rgb(8,82,252); }
div.DivClassName
{
background-color: #0852FC;
}
.BgClassName
{
background-color: #0852FC;
}
</style>
border-color css
<style>
span { border-color: #0852FC; }
span { border-color: rgb(8,82,252); }
td.TdClassName
{
border-color: #0852FC;
}
.TagClassName
{
border-color: #0852FC;
}
</style>