Shades of Sapphire #00095B
Tints of Sapphire #00095B
RGB
CMYK
RGB Variations
Color information
#00095B (or 0x00095B) is known color: Sapphire. HEX triplet: 00, 09 and 5B. RGB value is (0,9,91). Sum of RGB (Red+Green+Blue) = 0+9+91=100 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 100); Green value is 9 (3.91% from 255 or 9% from 100); Blue value is 91 (35.94% from 255 or 91% from 100); Max value from RGB is 91 - color contains mainly: blue. Hex color #00095B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00095B is #FFF6A4. Grayscale: #0F0F0F. Windows color (decimal): -16774821 or 5966080. OLE color: 5966080.
HSL color Cylindrical-coordinate representation of color #00095B: hue angle of 234.07º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00095B is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 9 | 91 | - |
| CMYK | 1 | 0.90 | 0 | 0.64 |
| HSL | 234.07º | 1% | 0.18% | - |
| HSV(B) | 234.07º | 1% | 0.36% | - |
| XYZ | 1.99 | 0.95 | 9.98 | - |
| YUV | 15.66 | 170.52 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 9 | 91 | 1 | 0.90 | 0 | 0.64 | 234.07 | 1 | 0.18 |
| Hex | 0 | 9 | 5B | 64 | 5A | 0 | 40 | EA | 64 | 12 |
| Octal | 0 | 11 | 133 | 144 | 132 | 0 | 100 | 352 | 144 | 22 |
| Binary | 0 | 1001 | 1011011 | 1100100 | 1011010 | 0 | 1000000 | 11101010 | 1100100 | 10010 |
Color Harmonies of #00095B
Complementary color
Monochromatic Colors of #00095B
Black with #00095B
Text Example
Text Example
White with #00095B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00095B; }
p { color: rgb(0,9,91); }
H1.HeaderClassName
{
color: #00095B;
}
.AnyTagClassName
{
color: #00095B;
}
</style>
background-color css
<style>
a { background-color: #00095B; }
a { background-color: rgb(0,9,91); }
div.DivClassName
{
background-color: #00095B;
}
.BgClassName
{
background-color: #00095B;
}
</style>
border-color css
<style>
span { border-color: #00095B; }
span { border-color: rgb(0,9,91); }
td.TdClassName
{
border-color: #00095B;
}
.TagClassName
{
border-color: #00095B;
}
</style>