Shades of Allports #0B638D
Tints of Allports #0B638D
RGB
CMYK
RGB Variations
Color information
#0B638D (or 0x0B638D) is known color: Allports. HEX triplet: 0B, 63 and 8D. RGB value is (11,99,141). Sum of RGB (Red+Green+Blue) = 11+99+141=251 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.38% from 251); Green value is 99 (39.06% from 255 or 39.44% from 251); Blue value is 141 (55.47% from 255 or 56.18% from 251); Max value from RGB is 141 - color contains mainly: blue. Hex color #0B638D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B638D is #F49C72. Grayscale: #4D4D4D. Windows color (decimal): -16030835 or 9265931. OLE color: 9265931.
HSL color Cylindrical-coordinate representation of color #0B638D: hue angle of 199.38º 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 #0B638D is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 11 | 99 | 141 | - |
| CMYK | 0.92 | 0.30 | 0 | 0.45 |
| HSL | 199.38º | 0.86% | 0.3% | - |
| HSV(B) | 199.38º | 0.92% | 0.55% | - |
| XYZ | 9.41 | 10.92 | 26.81 | - |
| YUV | 77.48 | 163.85 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 99 | 141 | 0.92 | 0.30 | 0 | 0.45 | 199.38 | 0.86 | 0.3 |
| Hex | B | 63 | 8D | 5C | 1E | 0 | 2D | C7 | 56 | 1E |
| Octal | 13 | 143 | 215 | 134 | 36 | 0 | 55 | 307 | 126 | 36 |
| Binary | 1011 | 1100011 | 10001101 | 1011100 | 11110 | 0 | 101101 | 11000111 | 1010110 | 11110 |
Color Harmonies of #0B638D
Complementary color
Monochromatic Colors of #0B638D
Black with #0B638D
Text Example
Text Example
White with #0B638D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B638D; }
p { color: rgb(11,99,141); }
H1.HeaderClassName
{
color: #0B638D;
}
.AnyTagClassName
{
color: #0B638D;
}
</style>
background-color css
<style>
a { background-color: #0B638D; }
a { background-color: rgb(11,99,141); }
div.DivClassName
{
background-color: #0B638D;
}
.BgClassName
{
background-color: #0B638D;
}
</style>
border-color css
<style>
span { border-color: #0B638D; }
span { border-color: rgb(11,99,141); }
td.TdClassName
{
border-color: #0B638D;
}
.TagClassName
{
border-color: #0B638D;
}
</style>