Shades of Navy Blue #0855D7
Tints of Navy Blue #0855D7
RGB
CMYK
RGB Variations
Color information
#0855D7 (or 0x0855D7) is known color: Navy Blue. HEX triplet: 08, 55 and D7. RGB value is (8,85,215). Sum of RGB (Red+Green+Blue) = 8+85+215=308 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.60% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 215 (84.38% from 255 or 69.81% from 308); Max value from RGB is 215 - color contains mainly: blue. Hex color #0855D7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0855D7 is #F7AA28. Grayscale: #4C4C4C. Windows color (decimal): -16230953 or 14112008. OLE color: 14112008.
HSL color Cylindrical-coordinate representation of color #0855D7: hue angle of 217.68º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0855D7 is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 8 | 85 | 215 | - |
| CMYK | 0.96 | 0.60 | 0 | 0.16 |
| HSL | 217.68º | 0.93% | 0.44% | - |
| HSV(B) | 217.68º | 0.96% | 0.84% | - |
| XYZ | 15.61 | 11.45 | 65.68 | - |
| YUV | 76.8 | 205.99 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 85 | 215 | 0.96 | 0.60 | 0 | 0.16 | 217.68 | 0.93 | 0.44 |
| Hex | 8 | 55 | D7 | 60 | 3C | 0 | 10 | DA | 5D | 2C |
| Octal | 10 | 125 | 327 | 140 | 74 | 0 | 20 | 332 | 135 | 54 |
| Binary | 1000 | 1010101 | 11010111 | 1100000 | 111100 | 0 | 10000 | 11011010 | 1011101 | 101100 |
Color Harmonies of #0855D7
Complementary color
Monochromatic Colors of #0855D7
Black with #0855D7
Text Example
Text Example
White with #0855D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0855D7; }
p { color: rgb(8,85,215); }
H1.HeaderClassName
{
color: #0855D7;
}
.AnyTagClassName
{
color: #0855D7;
}
</style>
background-color css
<style>
a { background-color: #0855D7; }
a { background-color: rgb(8,85,215); }
div.DivClassName
{
background-color: #0855D7;
}
.BgClassName
{
background-color: #0855D7;
}
</style>
border-color css
<style>
span { border-color: #0855D7; }
span { border-color: rgb(8,85,215); }
td.TdClassName
{
border-color: #0855D7;
}
.TagClassName
{
border-color: #0855D7;
}
</style>