Shades of Allports #0B6791
Tints of Allports #0B6791
RGB
CMYK
RGB Variations
Color information
#0B6791 (or 0x0B6791) is known color: Allports. HEX triplet: 0B, 67 and 91. RGB value is (11,103,145). Sum of RGB (Red+Green+Blue) = 11+103+145=259 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.25% from 259); Green value is 103 (40.62% from 255 or 39.77% from 259); Blue value is 145 (57.03% from 255 or 55.98% from 259); Max value from RGB is 145 - color contains mainly: blue. Hex color #0B6791 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B6791 is #F4986E. Grayscale: #505050. Windows color (decimal): -16029807 or 9529099. OLE color: 9529099.
HSL color Cylindrical-coordinate representation of color #0B6791: hue angle of 198.81º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B6791 is Cyan = 0.92, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 11 | 103 | 145 | - |
| CMYK | 0.92 | 0.29 | 0 | 0.43 |
| HSL | 198.81º | 0.86% | 0.31% | - |
| HSV(B) | 198.81º | 0.92% | 0.57% | - |
| XYZ | 10.1 | 11.82 | 28.54 | - |
| YUV | 80.28 | 164.52 | 78.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 103 | 145 | 0.92 | 0.29 | 0 | 0.43 | 198.81 | 0.86 | 0.31 |
| Hex | B | 67 | 91 | 5C | 1D | 0 | 2B | C7 | 56 | 1F |
| Octal | 13 | 147 | 221 | 134 | 35 | 0 | 53 | 307 | 126 | 37 |
| Binary | 1011 | 1100111 | 10010001 | 1011100 | 11101 | 0 | 101011 | 11000111 | 1010110 | 11111 |
Color Harmonies of #0B6791
Complementary color
Monochromatic Colors of #0B6791
Black with #0B6791
Text Example
Text Example
White with #0B6791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6791; }
p { color: rgb(11,103,145); }
H1.HeaderClassName
{
color: #0B6791;
}
.AnyTagClassName
{
color: #0B6791;
}
</style>
background-color css
<style>
a { background-color: #0B6791; }
a { background-color: rgb(11,103,145); }
div.DivClassName
{
background-color: #0B6791;
}
.BgClassName
{
background-color: #0B6791;
}
</style>
border-color css
<style>
span { border-color: #0B6791; }
span { border-color: rgb(11,103,145); }
td.TdClassName
{
border-color: #0B6791;
}
.TagClassName
{
border-color: #0B6791;
}
</style>