Shades of Sapphire #0B285D
Tints of Sapphire #0B285D
RGB
CMYK
RGB Variations
Color information
#0B285D (or 0x0B285D) is known color: Sapphire. HEX triplet: 0B, 28 and 5D. RGB value is (11,40,93). Sum of RGB (Red+Green+Blue) = 11+40+93=144 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.64% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 93 (36.72% from 255 or 64.58% from 144); Max value from RGB is 93 - color contains mainly: blue. Hex color #0B285D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B285D is #F4D7A2. Grayscale: #252525. Windows color (decimal): -16045987 or 6105099. OLE color: 6105099.
HSL color Cylindrical-coordinate representation of color #0B285D: hue angle of 218.78º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B285D is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 11 | 40 | 93 | - |
| CMYK | 0.88 | 0.57 | 0 | 0.64 |
| HSL | 218.78º | 0.79% | 0.2% | - |
| HSV(B) | 218.78º | 0.88% | 0.36% | - |
| XYZ | 2.87 | 2.38 | 10.66 | - |
| YUV | 37.37 | 159.39 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 40 | 93 | 0.88 | 0.57 | 0 | 0.64 | 218.78 | 0.79 | 0.2 |
| Hex | B | 28 | 5D | 58 | 39 | 0 | 40 | DB | 4F | 14 |
| Octal | 13 | 50 | 135 | 130 | 71 | 0 | 100 | 333 | 117 | 24 |
| Binary | 1011 | 101000 | 1011101 | 1011000 | 111001 | 0 | 1000000 | 11011011 | 1001111 | 10100 |
Color Harmonies of #0B285D
Complementary color
Monochromatic Colors of #0B285D
Black with #0B285D
Text Example
Text Example
White with #0B285D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B285D; }
p { color: rgb(11,40,93); }
H1.HeaderClassName
{
color: #0B285D;
}
.AnyTagClassName
{
color: #0B285D;
}
</style>
background-color css
<style>
a { background-color: #0B285D; }
a { background-color: rgb(11,40,93); }
div.DivClassName
{
background-color: #0B285D;
}
.BgClassName
{
background-color: #0B285D;
}
</style>
border-color css
<style>
span { border-color: #0B285D; }
span { border-color: rgb(11,40,93); }
td.TdClassName
{
border-color: #0B285D;
}
.TagClassName
{
border-color: #0B285D;
}
</style>