Shades of Navy Blue #0B7AC4
Tints of Navy Blue #0B7AC4
RGB
CMYK
RGB Variations
Color information
#0B7AC4 (or 0x0B7AC4) is known color: Navy Blue. HEX triplet: 0B, 7A and C4. RGB value is (11,122,196). Sum of RGB (Red+Green+Blue) = 11+122+196=329 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.34% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 196 (76.95% from 255 or 59.57% from 329); Max value from RGB is 196 - color contains mainly: blue. Hex color #0B7AC4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B7AC4 is #F4853B. Grayscale: #606060. Windows color (decimal): -16024892 or 12876299. OLE color: 12876299.
HSL color Cylindrical-coordinate representation of color #0B7AC4: hue angle of 204º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B7AC4 is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 11 | 122 | 196 | - |
| CMYK | 0.94 | 0.38 | 0 | 0.23 |
| HSL | 204º | 0.89% | 0.41% | - |
| HSV(B) | 204º | 0.94% | 0.77% | - |
| XYZ | 17.06 | 17.98 | 54.79 | - |
| YUV | 97.25 | 183.73 | 66.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 122 | 196 | 0.94 | 0.38 | 0 | 0.23 | 204 | 0.89 | 0.41 |
| Hex | B | 7A | C4 | 5E | 26 | 0 | 17 | CC | 59 | 29 |
| Octal | 13 | 172 | 304 | 136 | 46 | 0 | 27 | 314 | 131 | 51 |
| Binary | 1011 | 1111010 | 11000100 | 1011110 | 100110 | 0 | 10111 | 11001100 | 1011001 | 101001 |
Color Harmonies of #0B7AC4
Complementary color
Monochromatic Colors of #0B7AC4
Black with #0B7AC4
Text Example
Text Example
White with #0B7AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7AC4; }
p { color: rgb(11,122,196); }
H1.HeaderClassName
{
color: #0B7AC4;
}
.AnyTagClassName
{
color: #0B7AC4;
}
</style>
background-color css
<style>
a { background-color: #0B7AC4; }
a { background-color: rgb(11,122,196); }
div.DivClassName
{
background-color: #0B7AC4;
}
.BgClassName
{
background-color: #0B7AC4;
}
</style>
border-color css
<style>
span { border-color: #0B7AC4; }
span { border-color: rgb(11,122,196); }
td.TdClassName
{
border-color: #0B7AC4;
}
.TagClassName
{
border-color: #0B7AC4;
}
</style>