Shades of Sapphire #00095F
Tints of Sapphire #00095F
RGB
CMYK
RGB Variations
Color information
#00095F (or 0x00095F) is known color: Sapphire. HEX triplet: 00, 09 and 5F. RGB value is (0,9,95). Sum of RGB (Red+Green+Blue) = 0+9+95=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 9 (3.91% from 255 or 8.65% from 104); Blue value is 95 (37.5% from 255 or 91.35% from 104); Max value from RGB is 95 - color contains mainly: blue. Hex color #00095F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00095F is #FFF6A0. Grayscale: #0F0F0F. Windows color (decimal): -16774817 or 6228224. OLE color: 6228224.
HSL color Cylindrical-coordinate representation of color #00095F: hue angle of 234.32º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00095F is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 0 | 9 | 95 | - |
| CMYK | 1 | 0.91 | 0 | 0.63 |
| HSL | 234.32º | 1% | 0.19% | - |
| HSV(B) | 234.32º | 1% | 0.37% | - |
| XYZ | 2.16 | 1.02 | 10.91 | - |
| YUV | 16.11 | 172.52 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 9 | 95 | 1 | 0.91 | 0 | 0.63 | 234.32 | 1 | 0.19 |
| Hex | 0 | 9 | 5F | 64 | 5B | 0 | 3F | EA | 64 | 13 |
| Octal | 0 | 11 | 137 | 144 | 133 | 0 | 77 | 352 | 144 | 23 |
| Binary | 0 | 1001 | 1011111 | 1100100 | 1011011 | 0 | 111111 | 11101010 | 1100100 | 10011 |
Color Harmonies of #00095F
Complementary color
Monochromatic Colors of #00095F
Black with #00095F
Text Example
Text Example
White with #00095F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00095F; }
p { color: rgb(0,9,95); }
H1.HeaderClassName
{
color: #00095F;
}
.AnyTagClassName
{
color: #00095F;
}
</style>
background-color css
<style>
a { background-color: #00095F; }
a { background-color: rgb(0,9,95); }
div.DivClassName
{
background-color: #00095F;
}
.BgClassName
{
background-color: #00095F;
}
</style>
border-color css
<style>
span { border-color: #00095F; }
span { border-color: rgb(0,9,95); }
td.TdClassName
{
border-color: #00095F;
}
.TagClassName
{
border-color: #00095F;
}
</style>