Shades of Sapphire #0B1957
Tints of Sapphire #0B1957
RGB
CMYK
RGB Variations
Color information
#0B1957 (or 0x0B1957) is known color: Sapphire. HEX triplet: 0B, 19 and 57. RGB value is (11,25,87). Sum of RGB (Red+Green+Blue) = 11+25+87=123 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.94% from 123); Green value is 25 (10.16% from 255 or 20.33% from 123); Blue value is 87 (34.38% from 255 or 70.73% from 123); Max value from RGB is 87 - color contains mainly: blue. Hex color #0B1957 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B1957 is #F4E6A8. Grayscale: #1B1B1B. Windows color (decimal): -16049833 or 5708043. OLE color: 5708043.
HSL color Cylindrical-coordinate representation of color #0B1957: hue angle of 228.95º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B1957 is Cyan = 0.87, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 11 | 25 | 87 | - |
| CMYK | 0.87 | 0.71 | 0 | 0.66 |
| HSL | 228.95º | 0.78% | 0.19% | - |
| HSV(B) | 228.95º | 0.87% | 0.34% | - |
| XYZ | 2.21 | 1.45 | 9.18 | - |
| YUV | 27.88 | 161.36 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 25 | 87 | 0.87 | 0.71 | 0 | 0.66 | 228.95 | 0.78 | 0.19 |
| Hex | B | 19 | 57 | 57 | 47 | 0 | 42 | E5 | 4E | 13 |
| Octal | 13 | 31 | 127 | 127 | 107 | 0 | 102 | 345 | 116 | 23 |
| Binary | 1011 | 11001 | 1010111 | 1010111 | 1000111 | 0 | 1000010 | 11100101 | 1001110 | 10011 |
Color Harmonies of #0B1957
Complementary color
Monochromatic Colors of #0B1957
Black with #0B1957
Text Example
Text Example
White with #0B1957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1957; }
p { color: rgb(11,25,87); }
H1.HeaderClassName
{
color: #0B1957;
}
.AnyTagClassName
{
color: #0B1957;
}
</style>
background-color css
<style>
a { background-color: #0B1957; }
a { background-color: rgb(11,25,87); }
div.DivClassName
{
background-color: #0B1957;
}
.BgClassName
{
background-color: #0B1957;
}
</style>
border-color css
<style>
span { border-color: #0B1957; }
span { border-color: rgb(11,25,87); }
td.TdClassName
{
border-color: #0B1957;
}
.TagClassName
{
border-color: #0B1957;
}
</style>