Shades of Sapphire #0B2570
Tints of Sapphire #0B2570
RGB
CMYK
RGB Variations
Color information
#0B2570 (or 0x0B2570) is known color: Sapphire. HEX triplet: 0B, 25 and 70. RGB value is (11,37,112). Sum of RGB (Red+Green+Blue) = 11+37+112=160 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.88% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 112 (44.14% from 255 or 70% from 160); Max value from RGB is 112 - color contains mainly: blue. Hex color #0B2570 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2570 is #F4DA8F. Grayscale: #252525. Windows color (decimal): -16046736 or 7349515. OLE color: 7349515.
HSL color Cylindrical-coordinate representation of color #0B2570: hue angle of 224.55º 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 #0B2570 is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 11 | 37 | 112 | - |
| CMYK | 0.90 | 0.67 | 0 | 0.56 |
| HSL | 224.55º | 0.82% | 0.24% | - |
| HSV(B) | 224.55º | 0.9% | 0.44% | - |
| XYZ | 3.72 | 2.56 | 15.63 | - |
| YUV | 37.78 | 169.89 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 37 | 112 | 0.90 | 0.67 | 0 | 0.56 | 224.55 | 0.82 | 0.24 |
| Hex | B | 25 | 70 | 5A | 43 | 0 | 38 | E1 | 52 | 18 |
| Octal | 13 | 45 | 160 | 132 | 103 | 0 | 70 | 341 | 122 | 30 |
| Binary | 1011 | 100101 | 1110000 | 1011010 | 1000011 | 0 | 111000 | 11100001 | 1010010 | 11000 |
Color Harmonies of #0B2570
Complementary color
Monochromatic Colors of #0B2570
Black with #0B2570
Text Example
Text Example
White with #0B2570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2570; }
p { color: rgb(11,37,112); }
H1.HeaderClassName
{
color: #0B2570;
}
.AnyTagClassName
{
color: #0B2570;
}
</style>
background-color css
<style>
a { background-color: #0B2570; }
a { background-color: rgb(11,37,112); }
div.DivClassName
{
background-color: #0B2570;
}
.BgClassName
{
background-color: #0B2570;
}
</style>
border-color css
<style>
span { border-color: #0B2570; }
span { border-color: rgb(11,37,112); }
td.TdClassName
{
border-color: #0B2570;
}
.TagClassName
{
border-color: #0B2570;
}
</style>