Shades of Sapphire #0B295C
Tints of Sapphire #0B295C
RGB
CMYK
RGB Variations
Color information
#0B295C (or 0x0B295C) is known color: Sapphire. HEX triplet: 0B, 29 and 5C. RGB value is (11,41,92). Sum of RGB (Red+Green+Blue) = 11+41+92=144 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.64% from 144); Green value is 41 (16.41% from 255 or 28.47% from 144); Blue value is 92 (36.33% from 255 or 63.89% from 144); Max value from RGB is 92 - color contains mainly: blue. Hex color #0B295C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B295C is #F4D6A3. Grayscale: #252525. Windows color (decimal): -16045732 or 6039819. OLE color: 6039819.
HSL color Cylindrical-coordinate representation of color #0B295C: hue angle of 217.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 #0B295C is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 11 | 41 | 92 | - |
| CMYK | 0.88 | 0.55 | 0 | 0.64 |
| HSL | 217.78º | 0.79% | 0.2% | - |
| HSV(B) | 217.78º | 0.88% | 0.36% | - |
| XYZ | 2.86 | 2.43 | 10.44 | - |
| YUV | 37.84 | 158.56 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 41 | 92 | 0.88 | 0.55 | 0 | 0.64 | 217.78 | 0.79 | 0.2 |
| Hex | B | 29 | 5C | 58 | 37 | 0 | 40 | DA | 4F | 14 |
| Octal | 13 | 51 | 134 | 130 | 67 | 0 | 100 | 332 | 117 | 24 |
| Binary | 1011 | 101001 | 1011100 | 1011000 | 110111 | 0 | 1000000 | 11011010 | 1001111 | 10100 |
Color Harmonies of #0B295C
Complementary color
Monochromatic Colors of #0B295C
Black with #0B295C
Text Example
Text Example
White with #0B295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B295C; }
p { color: rgb(11,41,92); }
H1.HeaderClassName
{
color: #0B295C;
}
.AnyTagClassName
{
color: #0B295C;
}
</style>
background-color css
<style>
a { background-color: #0B295C; }
a { background-color: rgb(11,41,92); }
div.DivClassName
{
background-color: #0B295C;
}
.BgClassName
{
background-color: #0B295C;
}
</style>
border-color css
<style>
span { border-color: #0B295C; }
span { border-color: rgb(11,41,92); }
td.TdClassName
{
border-color: #0B295C;
}
.TagClassName
{
border-color: #0B295C;
}
</style>