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