Shades of Sapphire #0B1950
Tints of Sapphire #0B1950
RGB
CMYK
RGB Variations
Color information
#0B1950 (or 0x0B1950) is known color: Sapphire. HEX triplet: 0B, 19 and 50. RGB value is (11,25,80). Sum of RGB (Red+Green+Blue) = 11+25+80=116 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.48% from 116); Green value is 25 (10.16% from 255 or 21.55% from 116); Blue value is 80 (31.64% from 255 or 68.97% from 116); Max value from RGB is 80 - color contains mainly: blue. Hex color #0B1950 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B1950 is #F4E6AF. Grayscale: #1A1A1A. Windows color (decimal): -16049840 or 5249291. OLE color: 5249291.
HSL color Cylindrical-coordinate representation of color #0B1950: hue angle of 227.83º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B1950 is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 11 | 25 | 80 | - |
| CMYK | 0.86 | 0.69 | 0 | 0.69 |
| HSL | 227.83º | 0.76% | 0.18% | - |
| HSV(B) | 227.83º | 0.86% | 0.31% | - |
| XYZ | 1.93 | 1.35 | 7.75 | - |
| YUV | 27.08 | 157.86 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 25 | 80 | 0.86 | 0.69 | 0 | 0.69 | 227.83 | 0.76 | 0.18 |
| Hex | B | 19 | 50 | 56 | 45 | 0 | 45 | E4 | 4C | 12 |
| Octal | 13 | 31 | 120 | 126 | 105 | 0 | 105 | 344 | 114 | 22 |
| Binary | 1011 | 11001 | 1010000 | 1010110 | 1000101 | 0 | 1000101 | 11100100 | 1001100 | 10010 |
Color Harmonies of #0B1950
Complementary color
Monochromatic Colors of #0B1950
Black with #0B1950
Text Example
Text Example
White with #0B1950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1950; }
p { color: rgb(11,25,80); }
H1.HeaderClassName
{
color: #0B1950;
}
.AnyTagClassName
{
color: #0B1950;
}
</style>
background-color css
<style>
a { background-color: #0B1950; }
a { background-color: rgb(11,25,80); }
div.DivClassName
{
background-color: #0B1950;
}
.BgClassName
{
background-color: #0B1950;
}
</style>
border-color css
<style>
span { border-color: #0B1950; }
span { border-color: rgb(11,25,80); }
td.TdClassName
{
border-color: #0B1950;
}
.TagClassName
{
border-color: #0B1950;
}
</style>