Shades of Sapphire #0B2A7B
Tints of Sapphire #0B2A7B
RGB
CMYK
RGB Variations
Color information
#0B2A7B (or 0x0B2A7B) is known color: Sapphire. HEX triplet: 0B, 2A and 7B. RGB value is (11,42,123). Sum of RGB (Red+Green+Blue) = 11+42+123=176 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.25% from 176); Green value is 42 (16.80% from 255 or 23.86% from 176); Blue value is 123 (48.44% from 255 or 69.89% from 176); Max value from RGB is 123 - color contains mainly: blue. Hex color #0B2A7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2A7B is #F4D584. Grayscale: #292929. Windows color (decimal): -16045445 or 8071691. OLE color: 8071691.
HSL color Cylindrical-coordinate representation of color #0B2A7B: hue angle of 223.39º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B2A7B is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 11 | 42 | 123 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.52 |
| HSL | 223.39º | 0.84% | 0.26% | - |
| HSV(B) | 223.39º | 0.91% | 0.48% | - |
| XYZ | 4.54 | 3.16 | 19.11 | - |
| YUV | 41.97 | 173.73 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 42 | 123 | 0.91 | 0.66 | 0 | 0.52 | 223.39 | 0.84 | 0.26 |
| Hex | B | 2A | 7B | 5B | 42 | 0 | 34 | DF | 54 | 1A |
| Octal | 13 | 52 | 173 | 133 | 102 | 0 | 64 | 337 | 124 | 32 |
| Binary | 1011 | 101010 | 1111011 | 1011011 | 1000010 | 0 | 110100 | 11011111 | 1010100 | 11010 |
Color Harmonies of #0B2A7B
Complementary color
Monochromatic Colors of #0B2A7B
Black with #0B2A7B
Text Example
Text Example
White with #0B2A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2A7B; }
p { color: rgb(11,42,123); }
H1.HeaderClassName
{
color: #0B2A7B;
}
.AnyTagClassName
{
color: #0B2A7B;
}
</style>
background-color css
<style>
a { background-color: #0B2A7B; }
a { background-color: rgb(11,42,123); }
div.DivClassName
{
background-color: #0B2A7B;
}
.BgClassName
{
background-color: #0B2A7B;
}
</style>
border-color css
<style>
span { border-color: #0B2A7B; }
span { border-color: rgb(11,42,123); }
td.TdClassName
{
border-color: #0B2A7B;
}
.TagClassName
{
border-color: #0B2A7B;
}
</style>