Shades of Sapphire #0B3277
Tints of Sapphire #0B3277
RGB
CMYK
RGB Variations
Color information
#0B3277 (or 0x0B3277) is known color: Sapphire. HEX triplet: 0B, 32 and 77. RGB value is (11,50,119). Sum of RGB (Red+Green+Blue) = 11+50+119=180 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.11% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 119 (46.88% from 255 or 66.11% from 180); Max value from RGB is 119 - color contains mainly: blue. Hex color #0B3277 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3277 is #F4CD88. Grayscale: #2D2D2D. Windows color (decimal): -16043401 or 7811595. OLE color: 7811595.
HSL color Cylindrical-coordinate representation of color #0B3277: hue angle of 218.33º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B3277 is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 11 | 50 | 119 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.53 |
| HSL | 218.33º | 0.83% | 0.25% | - |
| HSV(B) | 218.33º | 0.91% | 0.47% | - |
| XYZ | 4.61 | 3.68 | 17.92 | - |
| YUV | 46.21 | 169.08 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 50 | 119 | 0.91 | 0.58 | 0 | 0.53 | 218.33 | 0.83 | 0.25 |
| Hex | B | 32 | 77 | 5B | 3A | 0 | 35 | DA | 53 | 19 |
| Octal | 13 | 62 | 167 | 133 | 72 | 0 | 65 | 332 | 123 | 31 |
| Binary | 1011 | 110010 | 1110111 | 1011011 | 111010 | 0 | 110101 | 11011010 | 1010011 | 11001 |
Color Harmonies of #0B3277
Complementary color
Monochromatic Colors of #0B3277
Black with #0B3277
Text Example
Text Example
White with #0B3277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3277; }
p { color: rgb(11,50,119); }
H1.HeaderClassName
{
color: #0B3277;
}
.AnyTagClassName
{
color: #0B3277;
}
</style>
background-color css
<style>
a { background-color: #0B3277; }
a { background-color: rgb(11,50,119); }
div.DivClassName
{
background-color: #0B3277;
}
.BgClassName
{
background-color: #0B3277;
}
</style>
border-color css
<style>
span { border-color: #0B3277; }
span { border-color: rgb(11,50,119); }
td.TdClassName
{
border-color: #0B3277;
}
.TagClassName
{
border-color: #0B3277;
}
</style>