Shades of Sapphire #0B2F7C
Tints of Sapphire #0B2F7C
RGB
CMYK
RGB Variations
Color information
#0B2F7C (or 0x0B2F7C) is known color: Sapphire. HEX triplet: 0B, 2F and 7C. RGB value is (11,47,124). Sum of RGB (Red+Green+Blue) = 11+47+124=182 (24% of max value = 765). Red value is 11 (4.69% from 255 or 6.04% from 182); Green value is 47 (18.75% from 255 or 25.82% from 182); Blue value is 124 (48.83% from 255 or 68.13% from 182); Max value from RGB is 124 - color contains mainly: blue. Hex color #0B2F7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2F7C is #F4D083. Grayscale: #2C2C2C. Windows color (decimal): -16044164 or 8138507. OLE color: 8138507.
HSL color Cylindrical-coordinate representation of color #0B2F7C: hue angle of 220.88º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B2F7C is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 11 | 47 | 124 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.51 |
| HSL | 220.89º | 0.84% | 0.26% | - |
| HSV(B) | 220.89º | 0.91% | 0.49% | - |
| XYZ | 4.79 | 3.56 | 19.5 | - |
| YUV | 45.01 | 172.57 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 47 | 124 | 0.91 | 0.62 | 0 | 0.51 | 220.89 | 0.84 | 0.26 |
| Hex | B | 2F | 7C | 5B | 3E | 0 | 33 | DD | 54 | 1A |
| Octal | 13 | 57 | 174 | 133 | 76 | 0 | 63 | 335 | 124 | 32 |
| Binary | 1011 | 101111 | 1111100 | 1011011 | 111110 | 0 | 110011 | 11011101 | 1010100 | 11010 |
Color Harmonies of #0B2F7C
Complementary color
Monochromatic Colors of #0B2F7C
Black with #0B2F7C
Text Example
Text Example
White with #0B2F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2F7C; }
p { color: rgb(11,47,124); }
H1.HeaderClassName
{
color: #0B2F7C;
}
.AnyTagClassName
{
color: #0B2F7C;
}
</style>
background-color css
<style>
a { background-color: #0B2F7C; }
a { background-color: rgb(11,47,124); }
div.DivClassName
{
background-color: #0B2F7C;
}
.BgClassName
{
background-color: #0B2F7C;
}
</style>
border-color css
<style>
span { border-color: #0B2F7C; }
span { border-color: rgb(11,47,124); }
td.TdClassName
{
border-color: #0B2F7C;
}
.TagClassName
{
border-color: #0B2F7C;
}
</style>