Shades of Sapphire #0B1C6D
Tints of Sapphire #0B1C6D
RGB
CMYK
RGB Variations
Color information
#0B1C6D (or 0x0B1C6D) is known color: Sapphire. HEX triplet: 0B, 1C and 6D. RGB value is (11,28,109). Sum of RGB (Red+Green+Blue) = 11+28+109=148 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.43% from 148); Green value is 28 (11.33% from 255 or 18.92% from 148); Blue value is 109 (42.97% from 255 or 73.65% from 148); Max value from RGB is 109 - color contains mainly: blue. Hex color #0B1C6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B1C6D is #F4E392. Grayscale: #1F1F1F. Windows color (decimal): -16049043 or 7150603. OLE color: 7150603.
HSL color Cylindrical-coordinate representation of color #0B1C6D: hue angle of 229.59º 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 #0B1C6D is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 11 | 28 | 109 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.57 |
| HSL | 229.59º | 0.82% | 0.24% | - |
| HSV(B) | 229.59º | 0.9% | 0.43% | - |
| XYZ | 3.31 | 2.01 | 14.68 | - |
| YUV | 32.15 | 171.37 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 28 | 109 | 0.90 | 0.74 | 0 | 0.57 | 229.59 | 0.82 | 0.24 |
| Hex | B | 1C | 6D | 5A | 4A | 0 | 39 | E6 | 52 | 18 |
| Octal | 13 | 34 | 155 | 132 | 112 | 0 | 71 | 346 | 122 | 30 |
| Binary | 1011 | 11100 | 1101101 | 1011010 | 1001010 | 0 | 111001 | 11100110 | 1010010 | 11000 |
Color Harmonies of #0B1C6D
Complementary color
Monochromatic Colors of #0B1C6D
Black with #0B1C6D
Text Example
Text Example
White with #0B1C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1C6D; }
p { color: rgb(11,28,109); }
H1.HeaderClassName
{
color: #0B1C6D;
}
.AnyTagClassName
{
color: #0B1C6D;
}
</style>
background-color css
<style>
a { background-color: #0B1C6D; }
a { background-color: rgb(11,28,109); }
div.DivClassName
{
background-color: #0B1C6D;
}
.BgClassName
{
background-color: #0B1C6D;
}
</style>
border-color css
<style>
span { border-color: #0B1C6D; }
span { border-color: rgb(11,28,109); }
td.TdClassName
{
border-color: #0B1C6D;
}
.TagClassName
{
border-color: #0B1C6D;
}
</style>