Shades of Sapphire #0B195A
Tints of Sapphire #0B195A
RGB
CMYK
RGB Variations
Color information
#0B195A (or 0x0B195A) is known color: Sapphire. HEX triplet: 0B, 19 and 5A. RGB value is (11,25,90). Sum of RGB (Red+Green+Blue) = 11+25+90=126 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.73% from 126); Green value is 25 (10.16% from 255 or 19.84% from 126); Blue value is 90 (35.55% from 255 or 71.43% from 126); Max value from RGB is 90 - color contains mainly: blue. Hex color #0B195A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B195A is #F4E6A5. Grayscale: #1B1B1B. Windows color (decimal): -16049830 or 5904651. OLE color: 5904651.
HSL color Cylindrical-coordinate representation of color #0B195A: hue angle of 229.37º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B195A is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 11 | 25 | 90 | - |
| CMYK | 0.88 | 0.72 | 0 | 0.65 |
| HSL | 229.37º | 0.78% | 0.2% | - |
| HSV(B) | 229.37º | 0.88% | 0.35% | - |
| XYZ | 2.33 | 1.5 | 9.84 | - |
| YUV | 28.22 | 162.86 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 25 | 90 | 0.88 | 0.72 | 0 | 0.65 | 229.37 | 0.78 | 0.2 |
| Hex | B | 19 | 5A | 58 | 48 | 0 | 41 | E5 | 4E | 14 |
| Octal | 13 | 31 | 132 | 130 | 110 | 0 | 101 | 345 | 116 | 24 |
| Binary | 1011 | 11001 | 1011010 | 1011000 | 1001000 | 0 | 1000001 | 11100101 | 1001110 | 10100 |
Color Harmonies of #0B195A
Complementary color
Monochromatic Colors of #0B195A
Black with #0B195A
Text Example
Text Example
White with #0B195A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B195A; }
p { color: rgb(11,25,90); }
H1.HeaderClassName
{
color: #0B195A;
}
.AnyTagClassName
{
color: #0B195A;
}
</style>
background-color css
<style>
a { background-color: #0B195A; }
a { background-color: rgb(11,25,90); }
div.DivClassName
{
background-color: #0B195A;
}
.BgClassName
{
background-color: #0B195A;
}
</style>
border-color css
<style>
span { border-color: #0B195A; }
span { border-color: rgb(11,25,90); }
td.TdClassName
{
border-color: #0B195A;
}
.TagClassName
{
border-color: #0B195A;
}
</style>