Shades of Navy Blue #0B79CE
Tints of Navy Blue #0B79CE
RGB
CMYK
RGB Variations
Color information
#0B79CE (or 0x0B79CE) is known color: Navy Blue. HEX triplet: 0B, 79 and CE. RGB value is (11,121,206). Sum of RGB (Red+Green+Blue) = 11+121+206=338 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.25% from 338); Green value is 121 (47.66% from 255 or 35.80% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #0B79CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B79CE is #F48631. Grayscale: #616161. Windows color (decimal): -16025138 or 13531403. OLE color: 13531403.
HSL color Cylindrical-coordinate representation of color #0B79CE: hue angle of 206.15º 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 #0B79CE is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 11 | 121 | 206 | - |
| CMYK | 0.95 | 0.41 | 0 | 0.19 |
| HSL | 206.15º | 0.9% | 0.43% | - |
| HSV(B) | 206.15º | 0.95% | 0.81% | - |
| XYZ | 18.12 | 18.2 | 60.95 | - |
| YUV | 97.8 | 189.06 | 66.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 121 | 206 | 0.95 | 0.41 | 0 | 0.19 | 206.15 | 0.9 | 0.43 |
| Hex | B | 79 | CE | 5F | 29 | 0 | 13 | CE | 5A | 2B |
| Octal | 13 | 171 | 316 | 137 | 51 | 0 | 23 | 316 | 132 | 53 |
| Binary | 1011 | 1111001 | 11001110 | 1011111 | 101001 | 0 | 10011 | 11001110 | 1011010 | 101011 |
Color Harmonies of #0B79CE
Complementary color
Monochromatic Colors of #0B79CE
Black with #0B79CE
Text Example
Text Example
White with #0B79CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B79CE; }
p { color: rgb(11,121,206); }
H1.HeaderClassName
{
color: #0B79CE;
}
.AnyTagClassName
{
color: #0B79CE;
}
</style>
background-color css
<style>
a { background-color: #0B79CE; }
a { background-color: rgb(11,121,206); }
div.DivClassName
{
background-color: #0B79CE;
}
.BgClassName
{
background-color: #0B79CE;
}
</style>
border-color css
<style>
span { border-color: #0B79CE; }
span { border-color: rgb(11,121,206); }
td.TdClassName
{
border-color: #0B79CE;
}
.TagClassName
{
border-color: #0B79CE;
}
</style>