Shades of Navy #0B037E
Tints of Navy #0B037E
RGB
CMYK
RGB Variations
Color information
#0B037E (or 0x0B037E) is known color: Navy. HEX triplet: 0B, 03 and 7E. RGB value is (11,3,126). Sum of RGB (Red+Green+Blue) = 11+3+126=140 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.86% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 126 (49.61% from 255 or 90% from 140); Max value from RGB is 126 - color contains mainly: blue. Hex color #0B037E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B037E is #F4FC81. Grayscale: #121212. Windows color (decimal): -16055426 or 8258315. OLE color: 8258315.
HSL color Cylindrical-coordinate representation of color #0B037E: hue angle of 243.9º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0B037E is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 11 | 3 | 126 | - |
| CMYK | 0.91 | 0.98 | 0 | 0.51 |
| HSL | 243.9º | 0.95% | 0.25% | - |
| HSV(B) | 243.9º | 0.98% | 0.49% | - |
| XYZ | 3.94 | 1.64 | 19.85 | - |
| YUV | 19.41 | 188.15 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 3 | 126 | 0.91 | 0.98 | 0 | 0.51 | 243.9 | 0.95 | 0.25 |
| Hex | B | 3 | 7E | 5B | 62 | 0 | 33 | F4 | 5F | 19 |
| Octal | 13 | 3 | 176 | 133 | 142 | 0 | 63 | 364 | 137 | 31 |
| Binary | 1011 | 11 | 1111110 | 1011011 | 1100010 | 0 | 110011 | 11110100 | 1011111 | 11001 |
Color Harmonies of #0B037E
Complementary color
Monochromatic Colors of #0B037E
Black with #0B037E
Text Example
Text Example
White with #0B037E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B037E; }
p { color: rgb(11,3,126); }
H1.HeaderClassName
{
color: #0B037E;
}
.AnyTagClassName
{
color: #0B037E;
}
</style>
background-color css
<style>
a { background-color: #0B037E; }
a { background-color: rgb(11,3,126); }
div.DivClassName
{
background-color: #0B037E;
}
.BgClassName
{
background-color: #0B037E;
}
</style>
border-color css
<style>
span { border-color: #0B037E; }
span { border-color: rgb(11,3,126); }
td.TdClassName
{
border-color: #0B037E;
}
.TagClassName
{
border-color: #0B037E;
}
</style>