Shades of Allports #0B618D
Tints of Allports #0B618D
RGB
CMYK
RGB Variations
Color information
#0B618D (or 0x0B618D) is known color: Allports. HEX triplet: 0B, 61 and 8D. RGB value is (11,97,141). Sum of RGB (Red+Green+Blue) = 11+97+141=249 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.42% from 249); Green value is 97 (38.28% from 255 or 38.96% from 249); Blue value is 141 (55.47% from 255 or 56.63% from 249); Max value from RGB is 141 - color contains mainly: blue. Hex color #0B618D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B618D is #F49E72. Grayscale: #4C4C4C. Windows color (decimal): -16031347 or 9265419. OLE color: 9265419.
HSL color Cylindrical-coordinate representation of color #0B618D: hue angle of 200.31º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B618D is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 11 | 97 | 141 | - |
| CMYK | 0.92 | 0.31 | 0 | 0.45 |
| HSL | 200.31º | 0.86% | 0.3% | - |
| HSV(B) | 200.31º | 0.92% | 0.55% | - |
| XYZ | 9.22 | 10.54 | 26.75 | - |
| YUV | 76.3 | 164.51 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 97 | 141 | 0.92 | 0.31 | 0 | 0.45 | 200.31 | 0.86 | 0.3 |
| Hex | B | 61 | 8D | 5C | 1F | 0 | 2D | C8 | 56 | 1E |
| Octal | 13 | 141 | 215 | 134 | 37 | 0 | 55 | 310 | 126 | 36 |
| Binary | 1011 | 1100001 | 10001101 | 1011100 | 11111 | 0 | 101101 | 11001000 | 1010110 | 11110 |
Color Harmonies of #0B618D
Complementary color
Monochromatic Colors of #0B618D
Black with #0B618D
Text Example
Text Example
White with #0B618D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B618D; }
p { color: rgb(11,97,141); }
H1.HeaderClassName
{
color: #0B618D;
}
.AnyTagClassName
{
color: #0B618D;
}
</style>
background-color css
<style>
a { background-color: #0B618D; }
a { background-color: rgb(11,97,141); }
div.DivClassName
{
background-color: #0B618D;
}
.BgClassName
{
background-color: #0B618D;
}
</style>
border-color css
<style>
span { border-color: #0B618D; }
span { border-color: rgb(11,97,141); }
td.TdClassName
{
border-color: #0B618D;
}
.TagClassName
{
border-color: #0B618D;
}
</style>