Shades of Sapphire #0B285A
Tints of Sapphire #0B285A
RGB
CMYK
RGB Variations
Color information
#0B285A (or 0x0B285A) is known color: Sapphire. HEX triplet: 0B, 28 and 5A. RGB value is (11,40,90). Sum of RGB (Red+Green+Blue) = 11+40+90=141 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.80% from 141); Green value is 40 (16.02% from 255 or 28.37% from 141); Blue value is 90 (35.55% from 255 or 63.83% from 141); Max value from RGB is 90 - color contains mainly: blue. Hex color #0B285A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B285A is #F4D7A5. Grayscale: #242424. Windows color (decimal): -16045990 or 5908491. OLE color: 5908491.
HSL color Cylindrical-coordinate representation of color #0B285A: hue angle of 217.97º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B285A is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 11 | 40 | 90 | - |
| CMYK | 0.88 | 0.56 | 0 | 0.65 |
| HSL | 217.97º | 0.78% | 0.2% | - |
| HSV(B) | 217.97º | 0.88% | 0.35% | - |
| XYZ | 2.74 | 2.33 | 9.98 | - |
| YUV | 37.03 | 157.89 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 40 | 90 | 0.88 | 0.56 | 0 | 0.65 | 217.97 | 0.78 | 0.2 |
| Hex | B | 28 | 5A | 58 | 38 | 0 | 41 | DA | 4E | 14 |
| Octal | 13 | 50 | 132 | 130 | 70 | 0 | 101 | 332 | 116 | 24 |
| Binary | 1011 | 101000 | 1011010 | 1011000 | 111000 | 0 | 1000001 | 11011010 | 1001110 | 10100 |
Color Harmonies of #0B285A
Complementary color
Monochromatic Colors of #0B285A
Black with #0B285A
Text Example
Text Example
White with #0B285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B285A; }
p { color: rgb(11,40,90); }
H1.HeaderClassName
{
color: #0B285A;
}
.AnyTagClassName
{
color: #0B285A;
}
</style>
background-color css
<style>
a { background-color: #0B285A; }
a { background-color: rgb(11,40,90); }
div.DivClassName
{
background-color: #0B285A;
}
.BgClassName
{
background-color: #0B285A;
}
</style>
border-color css
<style>
span { border-color: #0B285A; }
span { border-color: rgb(11,40,90); }
td.TdClassName
{
border-color: #0B285A;
}
.TagClassName
{
border-color: #0B285A;
}
</style>