Shades of Sapphire #0B1B6D
Tints of Sapphire #0B1B6D
RGB
CMYK
RGB Variations
Color information
#0B1B6D (or 0x0B1B6D) is known color: Sapphire. HEX triplet: 0B, 1B and 6D. RGB value is (11,27,109). Sum of RGB (Red+Green+Blue) = 11+27+109=147 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.48% from 147); Green value is 27 (10.94% from 255 or 18.37% from 147); Blue value is 109 (42.97% from 255 or 74.15% from 147); Max value from RGB is 109 - color contains mainly: blue. Hex color #0B1B6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B1B6D is #F4E492. Grayscale: #1F1F1F. Windows color (decimal): -16049299 or 7150347. OLE color: 7150347.
HSL color Cylindrical-coordinate representation of color #0B1B6D: hue angle of 230.2º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B1B6D is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 11 | 27 | 109 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.57 |
| HSL | 230.2º | 0.82% | 0.24% | - |
| HSV(B) | 230.2º | 0.9% | 0.43% | - |
| XYZ | 3.29 | 1.96 | 14.67 | - |
| YUV | 31.56 | 171.7 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 27 | 109 | 0.90 | 0.75 | 0 | 0.57 | 230.2 | 0.82 | 0.24 |
| Hex | B | 1B | 6D | 5A | 4B | 0 | 39 | E6 | 52 | 18 |
| Octal | 13 | 33 | 155 | 132 | 113 | 0 | 71 | 346 | 122 | 30 |
| Binary | 1011 | 11011 | 1101101 | 1011010 | 1001011 | 0 | 111001 | 11100110 | 1010010 | 11000 |
Color Harmonies of #0B1B6D
Complementary color
Monochromatic Colors of #0B1B6D
Black with #0B1B6D
Text Example
Text Example
White with #0B1B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1B6D; }
p { color: rgb(11,27,109); }
H1.HeaderClassName
{
color: #0B1B6D;
}
.AnyTagClassName
{
color: #0B1B6D;
}
</style>
background-color css
<style>
a { background-color: #0B1B6D; }
a { background-color: rgb(11,27,109); }
div.DivClassName
{
background-color: #0B1B6D;
}
.BgClassName
{
background-color: #0B1B6D;
}
</style>
border-color css
<style>
span { border-color: #0B1B6D; }
span { border-color: rgb(11,27,109); }
td.TdClassName
{
border-color: #0B1B6D;
}
.TagClassName
{
border-color: #0B1B6D;
}
</style>