Shades of Navy Blue #0B7ACE
Tints of Navy Blue #0B7ACE
RGB
CMYK
RGB Variations
Color information
#0B7ACE (or 0x0B7ACE) is known color: Navy Blue. HEX triplet: 0B, 7A and CE. RGB value is (11,122,206). Sum of RGB (Red+Green+Blue) = 11+122+206=339 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.24% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 206 (80.86% from 255 or 60.77% from 339); Max value from RGB is 206 - color contains mainly: blue. Hex color #0B7ACE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B7ACE is #F48531. Grayscale: #616161. Windows color (decimal): -16024882 or 13531659. OLE color: 13531659.
HSL color Cylindrical-coordinate representation of color #0B7ACE: hue angle of 205.85º 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 #0B7ACE is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 11 | 122 | 206 | - |
| CMYK | 0.95 | 0.41 | 0 | 0.19 |
| HSL | 205.85º | 0.9% | 0.43% | - |
| HSV(B) | 205.85º | 0.95% | 0.81% | - |
| XYZ | 18.24 | 18.45 | 60.99 | - |
| YUV | 98.39 | 188.73 | 65.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 122 | 206 | 0.95 | 0.41 | 0 | 0.19 | 205.85 | 0.9 | 0.43 |
| Hex | B | 7A | CE | 5F | 29 | 0 | 13 | CE | 5A | 2B |
| Octal | 13 | 172 | 316 | 137 | 51 | 0 | 23 | 316 | 132 | 53 |
| Binary | 1011 | 1111010 | 11001110 | 1011111 | 101001 | 0 | 10011 | 11001110 | 1011010 | 101011 |
Color Harmonies of #0B7ACE
Complementary color
Monochromatic Colors of #0B7ACE
Black with #0B7ACE
Text Example
Text Example
White with #0B7ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7ACE; }
p { color: rgb(11,122,206); }
H1.HeaderClassName
{
color: #0B7ACE;
}
.AnyTagClassName
{
color: #0B7ACE;
}
</style>
background-color css
<style>
a { background-color: #0B7ACE; }
a { background-color: rgb(11,122,206); }
div.DivClassName
{
background-color: #0B7ACE;
}
.BgClassName
{
background-color: #0B7ACE;
}
</style>
border-color css
<style>
span { border-color: #0B7ACE; }
span { border-color: rgb(11,122,206); }
td.TdClassName
{
border-color: #0B7ACE;
}
.TagClassName
{
border-color: #0B7ACE;
}
</style>