Shades of Sapphire #0B1C70
Tints of Sapphire #0B1C70
RGB
CMYK
RGB Variations
Color information
#0B1C70 (or 0x0B1C70) is known color: Sapphire. HEX triplet: 0B, 1C and 70. RGB value is (11,28,112). Sum of RGB (Red+Green+Blue) = 11+28+112=151 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.28% from 151); Green value is 28 (11.33% from 255 or 18.54% from 151); Blue value is 112 (44.14% from 255 or 74.17% from 151); Max value from RGB is 112 - color contains mainly: blue. Hex color #0B1C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B1C70 is #F4E38F. Grayscale: #202020. Windows color (decimal): -16049040 or 7347211. OLE color: 7347211.
HSL color Cylindrical-coordinate representation of color #0B1C70: hue angle of 229.9º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B1C70 is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 11 | 28 | 112 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.56 |
| HSL | 229.9º | 0.82% | 0.24% | - |
| HSV(B) | 229.9º | 0.9% | 0.44% | - |
| XYZ | 3.48 | 2.07 | 15.55 | - |
| YUV | 32.49 | 172.87 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 28 | 112 | 0.90 | 0.75 | 0 | 0.56 | 229.9 | 0.82 | 0.24 |
| Hex | B | 1C | 70 | 5A | 4B | 0 | 38 | E6 | 52 | 18 |
| Octal | 13 | 34 | 160 | 132 | 113 | 0 | 70 | 346 | 122 | 30 |
| Binary | 1011 | 11100 | 1110000 | 1011010 | 1001011 | 0 | 111000 | 11100110 | 1010010 | 11000 |
Color Harmonies of #0B1C70
Complementary color
Monochromatic Colors of #0B1C70
Black with #0B1C70
Text Example
Text Example
White with #0B1C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1C70; }
p { color: rgb(11,28,112); }
H1.HeaderClassName
{
color: #0B1C70;
}
.AnyTagClassName
{
color: #0B1C70;
}
</style>
background-color css
<style>
a { background-color: #0B1C70; }
a { background-color: rgb(11,28,112); }
div.DivClassName
{
background-color: #0B1C70;
}
.BgClassName
{
background-color: #0B1C70;
}
</style>
border-color css
<style>
span { border-color: #0B1C70; }
span { border-color: rgb(11,28,112); }
td.TdClassName
{
border-color: #0B1C70;
}
.TagClassName
{
border-color: #0B1C70;
}
</style>