Shades of Sapphire #0B2472
Tints of Sapphire #0B2472
RGB
CMYK
RGB Variations
Color information
#0B2472 (or 0x0B2472) is known color: Sapphire. HEX triplet: 0B, 24 and 72. RGB value is (11,36,114). Sum of RGB (Red+Green+Blue) = 11+36+114=161 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.83% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 114 (44.92% from 255 or 70.81% from 161); Max value from RGB is 114 - color contains mainly: blue. Hex color #0B2472 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2472 is #F4DB8D. Grayscale: #252525. Windows color (decimal): -16046990 or 7480331. OLE color: 7480331.
HSL color Cylindrical-coordinate representation of color #0B2472: hue angle of 225.44º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B2472 is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 11 | 36 | 114 | - |
| CMYK | 0.90 | 0.68 | 0 | 0.55 |
| HSL | 225.44º | 0.82% | 0.25% | - |
| HSV(B) | 225.44º | 0.9% | 0.45% | - |
| XYZ | 3.81 | 2.55 | 16.21 | - |
| YUV | 37.42 | 171.22 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 36 | 114 | 0.90 | 0.68 | 0 | 0.55 | 225.44 | 0.82 | 0.25 |
| Hex | B | 24 | 72 | 5A | 44 | 0 | 37 | E1 | 52 | 19 |
| Octal | 13 | 44 | 162 | 132 | 104 | 0 | 67 | 341 | 122 | 31 |
| Binary | 1011 | 100100 | 1110010 | 1011010 | 1000100 | 0 | 110111 | 11100001 | 1010010 | 11001 |
Color Harmonies of #0B2472
Complementary color
Monochromatic Colors of #0B2472
Black with #0B2472
Text Example
Text Example
White with #0B2472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2472; }
p { color: rgb(11,36,114); }
H1.HeaderClassName
{
color: #0B2472;
}
.AnyTagClassName
{
color: #0B2472;
}
</style>
background-color css
<style>
a { background-color: #0B2472; }
a { background-color: rgb(11,36,114); }
div.DivClassName
{
background-color: #0B2472;
}
.BgClassName
{
background-color: #0B2472;
}
</style>
border-color css
<style>
span { border-color: #0B2472; }
span { border-color: rgb(11,36,114); }
td.TdClassName
{
border-color: #0B2472;
}
.TagClassName
{
border-color: #0B2472;
}
</style>