Shades of Sapphire #0B285C
Tints of Sapphire #0B285C
RGB
CMYK
RGB Variations
Color information
#0B285C (or 0x0B285C) is known color: Sapphire. HEX triplet: 0B, 28 and 5C. RGB value is (11,40,92). Sum of RGB (Red+Green+Blue) = 11+40+92=143 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.69% from 143); Green value is 40 (16.02% from 255 or 27.97% from 143); Blue value is 92 (36.33% from 255 or 64.34% from 143); Max value from RGB is 92 - color contains mainly: blue. Hex color #0B285C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B285C is #F4D7A3. Grayscale: #252525. Windows color (decimal): -16045988 or 6039563. OLE color: 6039563.
HSL color Cylindrical-coordinate representation of color #0B285C: hue angle of 218.52º 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 #0B285C is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 11 | 40 | 92 | - |
| CMYK | 0.88 | 0.57 | 0 | 0.64 |
| HSL | 218.52º | 0.79% | 0.2% | - |
| HSV(B) | 218.52º | 0.88% | 0.36% | - |
| XYZ | 2.83 | 2.36 | 10.43 | - |
| YUV | 37.26 | 158.89 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 40 | 92 | 0.88 | 0.57 | 0 | 0.64 | 218.52 | 0.79 | 0.2 |
| Hex | B | 28 | 5C | 58 | 39 | 0 | 40 | DB | 4F | 14 |
| Octal | 13 | 50 | 134 | 130 | 71 | 0 | 100 | 333 | 117 | 24 |
| Binary | 1011 | 101000 | 1011100 | 1011000 | 111001 | 0 | 1000000 | 11011011 | 1001111 | 10100 |
Color Harmonies of #0B285C
Complementary color
Monochromatic Colors of #0B285C
Black with #0B285C
Text Example
Text Example
White with #0B285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B285C; }
p { color: rgb(11,40,92); }
H1.HeaderClassName
{
color: #0B285C;
}
.AnyTagClassName
{
color: #0B285C;
}
</style>
background-color css
<style>
a { background-color: #0B285C; }
a { background-color: rgb(11,40,92); }
div.DivClassName
{
background-color: #0B285C;
}
.BgClassName
{
background-color: #0B285C;
}
</style>
border-color css
<style>
span { border-color: #0B285C; }
span { border-color: rgb(11,40,92); }
td.TdClassName
{
border-color: #0B285C;
}
.TagClassName
{
border-color: #0B285C;
}
</style>