Shades of Navy #0B0067
Tints of Navy #0B0067
RGB
CMYK
RGB Variations
Color information
#0B0067 (or 0x0B0067) is known color: Navy. HEX triplet: 0B, 00 and 67. RGB value is (11,0,103). Sum of RGB (Red+Green+Blue) = 11+0+103=114 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.65% from 114); Green value is 0 (0.39% from 255 or 0% from 114); Blue value is 103 (40.62% from 255 or 90.35% from 114); Max value from RGB is 103 - color contains mainly: blue. Hex color #0B0067 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0067 is #F4FF98. Grayscale: #0E0E0E. Windows color (decimal): -16056217 or 6750219. OLE color: 6750219.
HSL color Cylindrical-coordinate representation of color #0B0067: hue angle of 246.41º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B0067 is Cyan = 0.89, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 11 | 0 | 103 | - |
| CMYK | 0.89 | 1 | 0 | 0.60 |
| HSL | 246.41º | 1% | 0.2% | - |
| HSV(B) | 246.41º | 1% | 0.4% | - |
| XYZ | 2.59 | 1.05 | 12.9 | - |
| YUV | 15.03 | 177.64 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 0 | 103 | 0.89 | 1 | 0 | 0.60 | 246.41 | 1 | 0.2 |
| Hex | B | 0 | 67 | 59 | 64 | 0 | 3C | F6 | 64 | 14 |
| Octal | 13 | 0 | 147 | 131 | 144 | 0 | 74 | 366 | 144 | 24 |
| Binary | 1011 | 0 | 1100111 | 1011001 | 1100100 | 0 | 111100 | 11110110 | 1100100 | 10100 |
Color Harmonies of #0B0067
Complementary color
Monochromatic Colors of #0B0067
Black with #0B0067
Text Example
Text Example
White with #0B0067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0067; }
p { color: rgb(11,0,103); }
H1.HeaderClassName
{
color: #0B0067;
}
.AnyTagClassName
{
color: #0B0067;
}
</style>
background-color css
<style>
a { background-color: #0B0067; }
a { background-color: rgb(11,0,103); }
div.DivClassName
{
background-color: #0B0067;
}
.BgClassName
{
background-color: #0B0067;
}
</style>
border-color css
<style>
span { border-color: #0B0067; }
span { border-color: rgb(11,0,103); }
td.TdClassName
{
border-color: #0B0067;
}
.TagClassName
{
border-color: #0B0067;
}
</style>