Shades of Sapphire #0B255C
Tints of Sapphire #0B255C
RGB
CMYK
RGB Variations
Color information
#0B255C (or 0x0B255C) is known color: Sapphire. HEX triplet: 0B, 25 and 5C. RGB value is (11,37,92). Sum of RGB (Red+Green+Blue) = 11+37+92=140 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.86% from 140); Green value is 37 (14.84% from 255 or 26.43% from 140); Blue value is 92 (36.33% from 255 or 65.71% from 140); Max value from RGB is 92 - color contains mainly: blue. Hex color #0B255C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B255C is #F4DAA3. Grayscale: #232323. Windows color (decimal): -16046756 or 6038795. OLE color: 6038795.
HSL color Cylindrical-coordinate representation of color #0B255C: hue angle of 220.74º 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 #0B255C is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 11 | 37 | 92 | - |
| CMYK | 0.88 | 0.60 | 0 | 0.64 |
| HSL | 220.74º | 0.79% | 0.2% | - |
| HSV(B) | 220.74º | 0.88% | 0.36% | - |
| XYZ | 2.73 | 2.17 | 10.4 | - |
| YUV | 35.5 | 159.89 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 37 | 92 | 0.88 | 0.60 | 0 | 0.64 | 220.74 | 0.79 | 0.2 |
| Hex | B | 25 | 5C | 58 | 3C | 0 | 40 | DD | 4F | 14 |
| Octal | 13 | 45 | 134 | 130 | 74 | 0 | 100 | 335 | 117 | 24 |
| Binary | 1011 | 100101 | 1011100 | 1011000 | 111100 | 0 | 1000000 | 11011101 | 1001111 | 10100 |
Color Harmonies of #0B255C
Complementary color
Monochromatic Colors of #0B255C
Black with #0B255C
Text Example
Text Example
White with #0B255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B255C; }
p { color: rgb(11,37,92); }
H1.HeaderClassName
{
color: #0B255C;
}
.AnyTagClassName
{
color: #0B255C;
}
</style>
background-color css
<style>
a { background-color: #0B255C; }
a { background-color: rgb(11,37,92); }
div.DivClassName
{
background-color: #0B255C;
}
.BgClassName
{
background-color: #0B255C;
}
</style>
border-color css
<style>
span { border-color: #0B255C; }
span { border-color: rgb(11,37,92); }
td.TdClassName
{
border-color: #0B255C;
}
.TagClassName
{
border-color: #0B255C;
}
</style>