Shades of Navy Blue #0B7CCF
Tints of Navy Blue #0B7CCF
RGB
CMYK
RGB Variations
Color information
#0B7CCF (or 0x0B7CCF) is known color: Navy Blue. HEX triplet: 0B, 7C and CF. RGB value is (11,124,207). Sum of RGB (Red+Green+Blue) = 11+124+207=342 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.22% from 342); Green value is 124 (48.83% from 255 or 36.26% from 342); Blue value is 207 (81.25% from 255 or 60.53% from 342); Max value from RGB is 207 - color contains mainly: blue. Hex color #0B7CCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B7CCF is #F48330. Grayscale: #636363. Windows color (decimal): -16024369 or 13597707. OLE color: 13597707.
HSL color Cylindrical-coordinate representation of color #0B7CCF: hue angle of 205.41º 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 #0B7CCF is Cyan = 0.95, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 11 | 124 | 207 | - |
| CMYK | 0.95 | 0.40 | 0 | 0.19 |
| HSL | 205.41º | 0.9% | 0.43% | - |
| HSV(B) | 205.41º | 0.95% | 0.81% | - |
| XYZ | 18.61 | 18.99 | 61.72 | - |
| YUV | 99.68 | 188.56 | 64.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 124 | 207 | 0.95 | 0.40 | 0 | 0.19 | 205.41 | 0.9 | 0.43 |
| Hex | B | 7C | CF | 5F | 28 | 0 | 13 | CD | 5A | 2B |
| Octal | 13 | 174 | 317 | 137 | 50 | 0 | 23 | 315 | 132 | 53 |
| Binary | 1011 | 1111100 | 11001111 | 1011111 | 101000 | 0 | 10011 | 11001101 | 1011010 | 101011 |
Color Harmonies of #0B7CCF
Complementary color
Monochromatic Colors of #0B7CCF
Black with #0B7CCF
Text Example
Text Example
White with #0B7CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7CCF; }
p { color: rgb(11,124,207); }
H1.HeaderClassName
{
color: #0B7CCF;
}
.AnyTagClassName
{
color: #0B7CCF;
}
</style>
background-color css
<style>
a { background-color: #0B7CCF; }
a { background-color: rgb(11,124,207); }
div.DivClassName
{
background-color: #0B7CCF;
}
.BgClassName
{
background-color: #0B7CCF;
}
</style>
border-color css
<style>
span { border-color: #0B7CCF; }
span { border-color: rgb(11,124,207); }
td.TdClassName
{
border-color: #0B7CCF;
}
.TagClassName
{
border-color: #0B7CCF;
}
</style>