Shades of Sapphire #0B2F70
Tints of Sapphire #0B2F70
RGB
CMYK
RGB Variations
Color information
#0B2F70 (or 0x0B2F70) is known color: Sapphire. HEX triplet: 0B, 2F and 70. RGB value is (11,47,112). Sum of RGB (Red+Green+Blue) = 11+47+112=170 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.47% from 170); Green value is 47 (18.75% from 255 or 27.65% from 170); Blue value is 112 (44.14% from 255 or 65.88% from 170); Max value from RGB is 112 - color contains mainly: blue. Hex color #0B2F70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2F70 is #F4D08F. Grayscale: #2B2B2B. Windows color (decimal): -16044176 or 7352075. OLE color: 7352075.
HSL color Cylindrical-coordinate representation of color #0B2F70: hue angle of 218.61º 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 #0B2F70 is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 11 | 47 | 112 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.56 |
| HSL | 218.61º | 0.82% | 0.24% | - |
| HSV(B) | 218.61º | 0.9% | 0.44% | - |
| XYZ | 4.08 | 3.27 | 15.75 | - |
| YUV | 43.65 | 166.57 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 47 | 112 | 0.90 | 0.58 | 0 | 0.56 | 218.61 | 0.82 | 0.24 |
| Hex | B | 2F | 70 | 5A | 3A | 0 | 38 | DB | 52 | 18 |
| Octal | 13 | 57 | 160 | 132 | 72 | 0 | 70 | 333 | 122 | 30 |
| Binary | 1011 | 101111 | 1110000 | 1011010 | 111010 | 0 | 111000 | 11011011 | 1010010 | 11000 |
Color Harmonies of #0B2F70
Complementary color
Monochromatic Colors of #0B2F70
Black with #0B2F70
Text Example
Text Example
White with #0B2F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2F70; }
p { color: rgb(11,47,112); }
H1.HeaderClassName
{
color: #0B2F70;
}
.AnyTagClassName
{
color: #0B2F70;
}
</style>
background-color css
<style>
a { background-color: #0B2F70; }
a { background-color: rgb(11,47,112); }
div.DivClassName
{
background-color: #0B2F70;
}
.BgClassName
{
background-color: #0B2F70;
}
</style>
border-color css
<style>
span { border-color: #0B2F70; }
span { border-color: rgb(11,47,112); }
td.TdClassName
{
border-color: #0B2F70;
}
.TagClassName
{
border-color: #0B2F70;
}
</style>