Shades of Sapphire #0B287A
Tints of Sapphire #0B287A
RGB
CMYK
RGB Variations
Color information
#0B287A (or 0x0B287A) is known color: Sapphire. HEX triplet: 0B, 28 and 7A. RGB value is (11,40,122). Sum of RGB (Red+Green+Blue) = 11+40+122=173 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.36% from 173); Green value is 40 (16.02% from 255 or 23.12% from 173); Blue value is 122 (48.05% from 255 or 70.52% from 173); Max value from RGB is 122 - color contains mainly: blue. Hex color #0B287A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B287A is #F4D785. Grayscale: #282828. Windows color (decimal): -16045958 or 8005643. OLE color: 8005643.
HSL color Cylindrical-coordinate representation of color #0B287A: hue angle of 224.32º degrees, saturation: 0.83, 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 #0B287A is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 11 | 40 | 122 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.52 |
| HSL | 224.32º | 0.83% | 0.26% | - |
| HSV(B) | 224.32º | 0.91% | 0.48% | - |
| XYZ | 4.41 | 2.99 | 18.76 | - |
| YUV | 40.68 | 173.89 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 40 | 122 | 0.91 | 0.67 | 0 | 0.52 | 224.32 | 0.83 | 0.26 |
| Hex | B | 28 | 7A | 5B | 43 | 0 | 34 | E0 | 53 | 1A |
| Octal | 13 | 50 | 172 | 133 | 103 | 0 | 64 | 340 | 123 | 32 |
| Binary | 1011 | 101000 | 1111010 | 1011011 | 1000011 | 0 | 110100 | 11100000 | 1010011 | 11010 |
Color Harmonies of #0B287A
Complementary color
Monochromatic Colors of #0B287A
Black with #0B287A
Text Example
Text Example
White with #0B287A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B287A; }
p { color: rgb(11,40,122); }
H1.HeaderClassName
{
color: #0B287A;
}
.AnyTagClassName
{
color: #0B287A;
}
</style>
background-color css
<style>
a { background-color: #0B287A; }
a { background-color: rgb(11,40,122); }
div.DivClassName
{
background-color: #0B287A;
}
.BgClassName
{
background-color: #0B287A;
}
</style>
border-color css
<style>
span { border-color: #0B287A; }
span { border-color: rgb(11,40,122); }
td.TdClassName
{
border-color: #0B287A;
}
.TagClassName
{
border-color: #0B287A;
}
</style>