Shades of Sapphire #0B2568
Tints of Sapphire #0B2568
RGB
CMYK
RGB Variations
Color information
#0B2568 (or 0x0B2568) is known color: Sapphire. HEX triplet: 0B, 25 and 68. RGB value is (11,37,104). Sum of RGB (Red+Green+Blue) = 11+37+104=152 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.24% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 104 (41.02% from 255 or 68.42% from 152); Max value from RGB is 104 - color contains mainly: blue. Hex color #0B2568 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2568 is #F4DA97. Grayscale: #242424. Windows color (decimal): -16046744 or 6825227. OLE color: 6825227.
HSL color Cylindrical-coordinate representation of color #0B2568: hue angle of 223.23º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B2568 is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 11 | 37 | 104 | - |
| CMYK | 0.89 | 0.64 | 0 | 0.59 |
| HSL | 223.23º | 0.81% | 0.23% | - |
| HSV(B) | 223.23º | 0.89% | 0.41% | - |
| XYZ | 3.3 | 2.39 | 13.38 | - |
| YUV | 36.86 | 165.89 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 37 | 104 | 0.89 | 0.64 | 0 | 0.59 | 223.23 | 0.81 | 0.23 |
| Hex | B | 25 | 68 | 59 | 40 | 0 | 3B | DF | 51 | 17 |
| Octal | 13 | 45 | 150 | 131 | 100 | 0 | 73 | 337 | 121 | 27 |
| Binary | 1011 | 100101 | 1101000 | 1011001 | 1000000 | 0 | 111011 | 11011111 | 1010001 | 10111 |
Color Harmonies of #0B2568
Complementary color
Monochromatic Colors of #0B2568
Black with #0B2568
Text Example
Text Example
White with #0B2568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2568; }
p { color: rgb(11,37,104); }
H1.HeaderClassName
{
color: #0B2568;
}
.AnyTagClassName
{
color: #0B2568;
}
</style>
background-color css
<style>
a { background-color: #0B2568; }
a { background-color: rgb(11,37,104); }
div.DivClassName
{
background-color: #0B2568;
}
.BgClassName
{
background-color: #0B2568;
}
</style>
border-color css
<style>
span { border-color: #0B2568; }
span { border-color: rgb(11,37,104); }
td.TdClassName
{
border-color: #0B2568;
}
.TagClassName
{
border-color: #0B2568;
}
</style>