Shades of Navy Blue #0B82CE
Tints of Navy Blue #0B82CE
RGB
CMYK
RGB Variations
Color information
#0B82CE (or 0x0B82CE) is known color: Navy Blue. HEX triplet: 0B, 82 and CE. RGB value is (11,130,206). Sum of RGB (Red+Green+Blue) = 11+130+206=347 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.17% from 347); Green value is 130 (51.17% from 255 or 37.46% from 347); Blue value is 206 (80.86% from 255 or 59.37% from 347); Max value from RGB is 206 - color contains mainly: blue. Hex color #0B82CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B82CE is #F47D31. Grayscale: #666666. Windows color (decimal): -16022834 or 13533707. OLE color: 13533707.
HSL color Cylindrical-coordinate representation of color #0B82CE: hue angle of 203.38º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B82CE is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 11 | 130 | 206 | - |
| CMYK | 0.95 | 0.37 | 0 | 0.19 |
| HSL | 203.38º | 0.9% | 0.43% | - |
| HSV(B) | 203.38º | 0.95% | 0.81% | - |
| XYZ | 19.26 | 20.49 | 61.33 | - |
| YUV | 103.08 | 186.08 | 62.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 130 | 206 | 0.95 | 0.37 | 0 | 0.19 | 203.38 | 0.9 | 0.43 |
| Hex | B | 82 | CE | 5F | 25 | 0 | 13 | CB | 5A | 2B |
| Octal | 13 | 202 | 316 | 137 | 45 | 0 | 23 | 313 | 132 | 53 |
| Binary | 1011 | 10000010 | 11001110 | 1011111 | 100101 | 0 | 10011 | 11001011 | 1011010 | 101011 |
Color Harmonies of #0B82CE
Complementary color
Monochromatic Colors of #0B82CE
Black with #0B82CE
Text Example
Text Example
White with #0B82CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B82CE; }
p { color: rgb(11,130,206); }
H1.HeaderClassName
{
color: #0B82CE;
}
.AnyTagClassName
{
color: #0B82CE;
}
</style>
background-color css
<style>
a { background-color: #0B82CE; }
a { background-color: rgb(11,130,206); }
div.DivClassName
{
background-color: #0B82CE;
}
.BgClassName
{
background-color: #0B82CE;
}
</style>
border-color css
<style>
span { border-color: #0B82CE; }
span { border-color: rgb(11,130,206); }
td.TdClassName
{
border-color: #0B82CE;
}
.TagClassName
{
border-color: #0B82CE;
}
</style>