Shades of Navy Blue #0851CD
Tints of Navy Blue #0851CD
RGB
CMYK
RGB Variations
Color information
#0851CD (or 0x0851CD) is known color: Navy Blue. HEX triplet: 08, 51 and CD. RGB value is (8,81,205). Sum of RGB (Red+Green+Blue) = 8+81+205=294 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.72% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 205 (80.47% from 255 or 69.73% from 294); Max value from RGB is 205 - color contains mainly: blue. Hex color #0851CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0851CD is #F7AE32. Grayscale: #484848. Windows color (decimal): -16231987 or 13455624. OLE color: 13455624.
HSL color Cylindrical-coordinate representation of color #0851CD: hue angle of 217.77º 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 #0851CD is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 81 | 205 | - |
| CMYK | 0.96 | 0.60 | 0 | 0.20 |
| HSL | 217.77º | 0.92% | 0.42% | - |
| HSV(B) | 217.77º | 0.96% | 0.8% | - |
| XYZ | 14.06 | 10.34 | 59.01 | - |
| YUV | 73.31 | 202.32 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 81 | 205 | 0.96 | 0.60 | 0 | 0.20 | 217.77 | 0.92 | 0.42 |
| Hex | 8 | 51 | CD | 60 | 3C | 0 | 14 | DA | 5C | 2A |
| Octal | 10 | 121 | 315 | 140 | 74 | 0 | 24 | 332 | 134 | 52 |
| Binary | 1000 | 1010001 | 11001101 | 1100000 | 111100 | 0 | 10100 | 11011010 | 1011100 | 101010 |
Color Harmonies of #0851CD
Complementary color
Monochromatic Colors of #0851CD
Black with #0851CD
Text Example
Text Example
White with #0851CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0851CD; }
p { color: rgb(8,81,205); }
H1.HeaderClassName
{
color: #0851CD;
}
.AnyTagClassName
{
color: #0851CD;
}
</style>
background-color css
<style>
a { background-color: #0851CD; }
a { background-color: rgb(8,81,205); }
div.DivClassName
{
background-color: #0851CD;
}
.BgClassName
{
background-color: #0851CD;
}
</style>
border-color css
<style>
span { border-color: #0851CD; }
span { border-color: rgb(8,81,205); }
td.TdClassName
{
border-color: #0851CD;
}
.TagClassName
{
border-color: #0851CD;
}
</style>