Shades of Navy Blue #0B7FDB
Tints of Navy Blue #0B7FDB
RGB
CMYK
RGB Variations
Color information
#0B7FDB (or 0x0B7FDB) is known color: Navy Blue. HEX triplet: 0B, 7F and DB. RGB value is (11,127,219). Sum of RGB (Red+Green+Blue) = 11+127+219=357 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.08% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 219 (85.94% from 255 or 61.34% from 357); Max value from RGB is 219 - color contains mainly: blue. Hex color #0B7FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B7FDB is #F48024. Grayscale: #666666. Windows color (decimal): -16023589 or 14384907. OLE color: 14384907.
HSL color Cylindrical-coordinate representation of color #0B7FDB: hue angle of 206.54º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B7FDB is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 127 | 219 | - |
| CMYK | 0.95 | 0.42 | 0 | 0.14 |
| HSL | 206.54º | 0.9% | 0.45% | - |
| HSV(B) | 206.54º | 0.95% | 0.86% | - |
| XYZ | 20.51 | 20.36 | 69.87 | - |
| YUV | 102.8 | 193.57 | 62.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 127 | 219 | 0.95 | 0.42 | 0 | 0.14 | 206.54 | 0.9 | 0.45 |
| Hex | B | 7F | DB | 5F | 2A | 0 | E | CF | 5A | 2D |
| Octal | 13 | 177 | 333 | 137 | 52 | 0 | 16 | 317 | 132 | 55 |
| Binary | 1011 | 1111111 | 11011011 | 1011111 | 101010 | 0 | 1110 | 11001111 | 1011010 | 101101 |
Color Harmonies of #0B7FDB
Complementary color
Monochromatic Colors of #0B7FDB
Black with #0B7FDB
Text Example
Text Example
White with #0B7FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7FDB; }
p { color: rgb(11,127,219); }
H1.HeaderClassName
{
color: #0B7FDB;
}
.AnyTagClassName
{
color: #0B7FDB;
}
</style>
background-color css
<style>
a { background-color: #0B7FDB; }
a { background-color: rgb(11,127,219); }
div.DivClassName
{
background-color: #0B7FDB;
}
.BgClassName
{
background-color: #0B7FDB;
}
</style>
border-color css
<style>
span { border-color: #0B7FDB; }
span { border-color: rgb(11,127,219); }
td.TdClassName
{
border-color: #0B7FDB;
}
.TagClassName
{
border-color: #0B7FDB;
}
</style>