Shades of Navy Blue #0B76BF
Tints of Navy Blue #0B76BF
RGB
CMYK
RGB Variations
Color information
#0B76BF (or 0x0B76BF) is known color: Navy Blue. HEX triplet: 0B, 76 and BF. RGB value is (11,118,191). Sum of RGB (Red+Green+Blue) = 11+118+191=320 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.44% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 191 (75% from 255 or 59.69% from 320); Max value from RGB is 191 - color contains mainly: blue. Hex color #0B76BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B76BF is #F48940. Grayscale: #5D5D5D. Windows color (decimal): -16025921 or 12547595. OLE color: 12547595.
HSL color Cylindrical-coordinate representation of color #0B76BF: hue angle of 204.33º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B76BF is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 118 | 191 | - |
| CMYK | 0.94 | 0.38 | 0 | 0.25 |
| HSL | 204.33º | 0.89% | 0.4% | - |
| HSV(B) | 204.33º | 0.94% | 0.75% | - |
| XYZ | 16.02 | 16.79 | 51.69 | - |
| YUV | 94.33 | 182.55 | 68.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 118 | 191 | 0.94 | 0.38 | 0 | 0.25 | 204.33 | 0.89 | 0.4 |
| Hex | B | 76 | BF | 5E | 26 | 0 | 19 | CC | 59 | 28 |
| Octal | 13 | 166 | 277 | 136 | 46 | 0 | 31 | 314 | 131 | 50 |
| Binary | 1011 | 1110110 | 10111111 | 1011110 | 100110 | 0 | 11001 | 11001100 | 1011001 | 101000 |
Color Harmonies of #0B76BF
Complementary color
Monochromatic Colors of #0B76BF
Black with #0B76BF
Text Example
Text Example
White with #0B76BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B76BF; }
p { color: rgb(11,118,191); }
H1.HeaderClassName
{
color: #0B76BF;
}
.AnyTagClassName
{
color: #0B76BF;
}
</style>
background-color css
<style>
a { background-color: #0B76BF; }
a { background-color: rgb(11,118,191); }
div.DivClassName
{
background-color: #0B76BF;
}
.BgClassName
{
background-color: #0B76BF;
}
</style>
border-color css
<style>
span { border-color: #0B76BF; }
span { border-color: rgb(11,118,191); }
td.TdClassName
{
border-color: #0B76BF;
}
.TagClassName
{
border-color: #0B76BF;
}
</style>