Shades of Sapphire #000B5A
Tints of Sapphire #000B5A
RGB
CMYK
RGB Variations
Color information
#000B5A (or 0x000B5A) is known color: Sapphire. HEX triplet: 00, 0B and 5A. RGB value is (0,11,90). Sum of RGB (Red+Green+Blue) = 0+11+90=101 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 101); Green value is 11 (4.69% from 255 or 10.89% from 101); Blue value is 90 (35.55% from 255 or 89.11% from 101); Max value from RGB is 90 - color contains mainly: blue. Hex color #000B5A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000B5A is #FFF4A5. Grayscale: #101010. Windows color (decimal): -16774310 or 5901056. OLE color: 5901056.
HSL color Cylindrical-coordinate representation of color #000B5A: hue angle of 232.67º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000B5A is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 11 | 90 | - |
| CMYK | 1 | 0.88 | 0 | 0.65 |
| HSL | 232.67º | 1% | 0.18% | - |
| HSV(B) | 232.67º | 1% | 0.35% | - |
| XYZ | 1.97 | 0.98 | 9.76 | - |
| YUV | 16.72 | 169.36 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 11 | 90 | 1 | 0.88 | 0 | 0.65 | 232.67 | 1 | 0.18 |
| Hex | 0 | B | 5A | 64 | 58 | 0 | 41 | E9 | 64 | 12 |
| Octal | 0 | 13 | 132 | 144 | 130 | 0 | 101 | 351 | 144 | 22 |
| Binary | 0 | 1011 | 1011010 | 1100100 | 1011000 | 0 | 1000001 | 11101001 | 1100100 | 10010 |
Color Harmonies of #000B5A
Complementary color
Monochromatic Colors of #000B5A
Black with #000B5A
Text Example
Text Example
White with #000B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000B5A; }
p { color: rgb(0,11,90); }
H1.HeaderClassName
{
color: #000B5A;
}
.AnyTagClassName
{
color: #000B5A;
}
</style>
background-color css
<style>
a { background-color: #000B5A; }
a { background-color: rgb(0,11,90); }
div.DivClassName
{
background-color: #000B5A;
}
.BgClassName
{
background-color: #000B5A;
}
</style>
border-color css
<style>
span { border-color: #000B5A; }
span { border-color: rgb(0,11,90); }
td.TdClassName
{
border-color: #000B5A;
}
.TagClassName
{
border-color: #000B5A;
}
</style>