Shades of Sapphire #0B1253
Tints of Sapphire #0B1253
RGB
CMYK
RGB Variations
Color information
#0B1253 (or 0x0B1253) is known color: Sapphire. HEX triplet: 0B, 12 and 53. RGB value is (11,18,83). Sum of RGB (Red+Green+Blue) = 11+18+83=112 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.82% from 112); Green value is 18 (7.42% from 255 or 16.07% from 112); Blue value is 83 (32.81% from 255 or 74.11% from 112); Max value from RGB is 83 - color contains mainly: blue. Hex color #0B1253 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B1253 is #F4EDAC. Grayscale: #171717. Windows color (decimal): -16051629 or 5444107. OLE color: 5444107.
HSL color Cylindrical-coordinate representation of color #0B1253: hue angle of 234.17º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B1253 is Cyan = 0.87, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 11 | 18 | 83 | - |
| CMYK | 0.87 | 0.78 | 0 | 0.67 |
| HSL | 234.17º | 0.77% | 0.18% | - |
| HSV(B) | 234.17º | 0.87% | 0.33% | - |
| XYZ | 1.92 | 1.13 | 8.3 | - |
| YUV | 23.32 | 161.68 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 18 | 83 | 0.87 | 0.78 | 0 | 0.67 | 234.17 | 0.77 | 0.18 |
| Hex | B | 12 | 53 | 57 | 4E | 0 | 43 | EA | 4D | 12 |
| Octal | 13 | 22 | 123 | 127 | 116 | 0 | 103 | 352 | 115 | 22 |
| Binary | 1011 | 10010 | 1010011 | 1010111 | 1001110 | 0 | 1000011 | 11101010 | 1001101 | 10010 |
Color Harmonies of #0B1253
Complementary color
Monochromatic Colors of #0B1253
Black with #0B1253
Text Example
Text Example
White with #0B1253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1253; }
p { color: rgb(11,18,83); }
H1.HeaderClassName
{
color: #0B1253;
}
.AnyTagClassName
{
color: #0B1253;
}
</style>
background-color css
<style>
a { background-color: #0B1253; }
a { background-color: rgb(11,18,83); }
div.DivClassName
{
background-color: #0B1253;
}
.BgClassName
{
background-color: #0B1253;
}
</style>
border-color css
<style>
span { border-color: #0B1253; }
span { border-color: rgb(11,18,83); }
td.TdClassName
{
border-color: #0B1253;
}
.TagClassName
{
border-color: #0B1253;
}
</style>