Shades of Navy Blue #0862DD
Tints of Navy Blue #0862DD
RGB
CMYK
RGB Variations
Color information
#0862DD (or 0x0862DD) is known color: Navy Blue. HEX triplet: 08, 62 and DD. RGB value is (8,98,221). Sum of RGB (Red+Green+Blue) = 8+98+221=327 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.45% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 221 (86.72% from 255 or 67.58% from 327); Max value from RGB is 221 - color contains mainly: blue. Hex color #0862DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0862DD is #F79D22. Grayscale: #545454. Windows color (decimal): -16227619 or 14508552. OLE color: 14508552.
HSL color Cylindrical-coordinate representation of color #0862DD: hue angle of 214.65º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0862DD is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 98 | 221 | - |
| CMYK | 0.96 | 0.56 | 0 | 0.13 |
| HSL | 214.65º | 0.93% | 0.45% | - |
| HSV(B) | 214.65º | 0.96% | 0.87% | - |
| XYZ | 17.52 | 14.01 | 70.19 | - |
| YUV | 85.11 | 204.68 | 73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 98 | 221 | 0.96 | 0.56 | 0 | 0.13 | 214.65 | 0.93 | 0.45 |
| Hex | 8 | 62 | DD | 60 | 38 | 0 | D | D7 | 5D | 2D |
| Octal | 10 | 142 | 335 | 140 | 70 | 0 | 15 | 327 | 135 | 55 |
| Binary | 1000 | 1100010 | 11011101 | 1100000 | 111000 | 0 | 1101 | 11010111 | 1011101 | 101101 |
Color Harmonies of #0862DD
Complementary color
Monochromatic Colors of #0862DD
Black with #0862DD
Text Example
Text Example
White with #0862DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0862DD; }
p { color: rgb(8,98,221); }
H1.HeaderClassName
{
color: #0862DD;
}
.AnyTagClassName
{
color: #0862DD;
}
</style>
background-color css
<style>
a { background-color: #0862DD; }
a { background-color: rgb(8,98,221); }
div.DivClassName
{
background-color: #0862DD;
}
.BgClassName
{
background-color: #0862DD;
}
</style>
border-color css
<style>
span { border-color: #0862DD; }
span { border-color: rgb(8,98,221); }
td.TdClassName
{
border-color: #0862DD;
}
.TagClassName
{
border-color: #0862DD;
}
</style>