Shades of Navy Blue #0B7BE4
Tints of Navy Blue #0B7BE4
RGB
CMYK
RGB Variations
Color information
#0B7BE4 (or 0x0B7BE4) is known color: Navy Blue. HEX triplet: 0B, 7B and E4. RGB value is (11,123,228). Sum of RGB (Red+Green+Blue) = 11+123+228=362 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.04% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 228 (89.45% from 255 or 62.98% from 362); Max value from RGB is 228 - color contains mainly: blue. Hex color #0B7BE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B7BE4 is #F4841B. Grayscale: #646464. Windows color (decimal): -16024604 or 14973707. OLE color: 14973707.
HSL color Cylindrical-coordinate representation of color #0B7BE4: hue angle of 209.03º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B7BE4 is Cyan = 0.95, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 11 | 123 | 228 | - |
| CMYK | 0.95 | 0.46 | 0 | 0.11 |
| HSL | 209.03º | 0.91% | 0.47% | - |
| HSV(B) | 209.03º | 0.95% | 0.89% | - |
| XYZ | 21.22 | 19.84 | 76.11 | - |
| YUV | 101.48 | 199.39 | 63.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 123 | 228 | 0.95 | 0.46 | 0 | 0.11 | 209.03 | 0.91 | 0.47 |
| Hex | B | 7B | E4 | 5F | 2E | 0 | B | D1 | 5B | 2F |
| Octal | 13 | 173 | 344 | 137 | 56 | 0 | 13 | 321 | 133 | 57 |
| Binary | 1011 | 1111011 | 11100100 | 1011111 | 101110 | 0 | 1011 | 11010001 | 1011011 | 101111 |
Color Harmonies of #0B7BE4
Complementary color
Monochromatic Colors of #0B7BE4
Black with #0B7BE4
Text Example
Text Example
White with #0B7BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7BE4; }
p { color: rgb(11,123,228); }
H1.HeaderClassName
{
color: #0B7BE4;
}
.AnyTagClassName
{
color: #0B7BE4;
}
</style>
background-color css
<style>
a { background-color: #0B7BE4; }
a { background-color: rgb(11,123,228); }
div.DivClassName
{
background-color: #0B7BE4;
}
.BgClassName
{
background-color: #0B7BE4;
}
</style>
border-color css
<style>
span { border-color: #0B7BE4; }
span { border-color: rgb(11,123,228); }
td.TdClassName
{
border-color: #0B7BE4;
}
.TagClassName
{
border-color: #0B7BE4;
}
</style>