Shades of Sapphire #00095D
Tints of Sapphire #00095D
RGB
CMYK
RGB Variations
Color information
#00095D (or 0x00095D) is known color: Sapphire. HEX triplet: 00, 09 and 5D. RGB value is (0,9,93). Sum of RGB (Red+Green+Blue) = 0+9+93=102 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 102); Green value is 9 (3.91% from 255 or 8.82% from 102); Blue value is 93 (36.72% from 255 or 91.18% from 102); Max value from RGB is 93 - color contains mainly: blue. Hex color #00095D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00095D is #FFF6A2. Grayscale: #0F0F0F. Windows color (decimal): -16774819 or 6097152. OLE color: 6097152.
HSL color Cylindrical-coordinate representation of color #00095D: hue angle of 234.19º 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 #00095D is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 9 | 93 | - |
| CMYK | 1 | 0.90 | 0 | 0.64 |
| HSL | 234.19º | 1% | 0.18% | - |
| HSV(B) | 234.19º | 1% | 0.36% | - |
| XYZ | 2.07 | 0.99 | 10.44 | - |
| YUV | 15.89 | 171.52 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 9 | 93 | 1 | 0.90 | 0 | 0.64 | 234.19 | 1 | 0.18 |
| Hex | 0 | 9 | 5D | 64 | 5A | 0 | 40 | EA | 64 | 12 |
| Octal | 0 | 11 | 135 | 144 | 132 | 0 | 100 | 352 | 144 | 22 |
| Binary | 0 | 1001 | 1011101 | 1100100 | 1011010 | 0 | 1000000 | 11101010 | 1100100 | 10010 |
Color Harmonies of #00095D
Complementary color
Monochromatic Colors of #00095D
Black with #00095D
Text Example
Text Example
White with #00095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00095D; }
p { color: rgb(0,9,93); }
H1.HeaderClassName
{
color: #00095D;
}
.AnyTagClassName
{
color: #00095D;
}
</style>
background-color css
<style>
a { background-color: #00095D; }
a { background-color: rgb(0,9,93); }
div.DivClassName
{
background-color: #00095D;
}
.BgClassName
{
background-color: #00095D;
}
</style>
border-color css
<style>
span { border-color: #00095D; }
span { border-color: rgb(0,9,93); }
td.TdClassName
{
border-color: #00095D;
}
.TagClassName
{
border-color: #00095D;
}
</style>