Shades of Navy Blue #0850CC
Tints of Navy Blue #0850CC
RGB
CMYK
RGB Variations
Color information
#0850CC (or 0x0850CC) is known color: Navy Blue. HEX triplet: 08, 50 and CC. RGB value is (8,80,204). Sum of RGB (Red+Green+Blue) = 8+80+204=292 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.74% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 204 (80.08% from 255 or 69.86% from 292); Max value from RGB is 204 - color contains mainly: blue. Hex color #0850CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0850CC is #F7AF33. Grayscale: #484848. Windows color (decimal): -16232244 or 13389832. OLE color: 13389832.
HSL color Cylindrical-coordinate representation of color #0850CC: hue angle of 217.96º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0850CC is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 8 | 80 | 204 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.2 |
| HSL | 217.96º | 0.92% | 0.42% | - |
| HSV(B) | 217.96º | 0.96% | 0.8% | - |
| XYZ | 13.87 | 10.15 | 58.35 | - |
| YUV | 72.61 | 202.15 | 81.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 80 | 204 | 0.96 | 0.61 | 0 | 0.2 | 217.96 | 0.92 | 0.42 |
| Hex | 8 | 50 | CC | 60 | 3D | 0 | 14 | DA | 5C | 2A |
| Octal | 10 | 120 | 314 | 140 | 75 | 0 | 24 | 332 | 134 | 52 |
| Binary | 1000 | 1010000 | 11001100 | 1100000 | 111101 | 0 | 10100 | 11011010 | 1011100 | 101010 |
Color Harmonies of #0850CC
Complementary color
Monochromatic Colors of #0850CC
Black with #0850CC
Text Example
Text Example
White with #0850CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0850CC; }
p { color: rgb(8,80,204); }
H1.HeaderClassName
{
color: #0850CC;
}
.AnyTagClassName
{
color: #0850CC;
}
</style>
background-color css
<style>
a { background-color: #0850CC; }
a { background-color: rgb(8,80,204); }
div.DivClassName
{
background-color: #0850CC;
}
.BgClassName
{
background-color: #0850CC;
}
</style>
border-color css
<style>
span { border-color: #0850CC; }
span { border-color: rgb(8,80,204); }
td.TdClassName
{
border-color: #0850CC;
}
.TagClassName
{
border-color: #0850CC;
}
</style>