Shades of Sapphire #00095A
Tints of Sapphire #00095A
RGB
CMYK
RGB Variations
Color information
#00095A (or 0x00095A) is known color: Sapphire. HEX triplet: 00, 09 and 5A. RGB value is (0,9,90). Sum of RGB (Red+Green+Blue) = 0+9+90=99 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 99); Green value is 9 (3.91% from 255 or 9.09% from 99); Blue value is 90 (35.55% from 255 or 90.91% from 99); Max value from RGB is 90 - color contains mainly: blue. Hex color #00095A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00095A is #FFF6A5. Grayscale: #0F0F0F. Windows color (decimal): -16774822 or 5900544. OLE color: 5900544.
HSL color Cylindrical-coordinate representation of color #00095A: hue angle of 234º 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 #00095A is Cyan = 1, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 9 | 90 | - |
| CMYK | 1 | 0.9 | 0 | 0.65 |
| HSL | 234º | 1% | 0.18% | - |
| HSV(B) | 234º | 1% | 0.35% | - |
| XYZ | 1.94 | 0.93 | 9.75 | - |
| YUV | 15.54 | 170.02 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 9 | 90 | 1 | 0.9 | 0 | 0.65 | 234 | 1 | 0.18 |
| Hex | 0 | 9 | 5A | 64 | 5A | 0 | 41 | EA | 64 | 12 |
| Octal | 0 | 11 | 132 | 144 | 132 | 0 | 101 | 352 | 144 | 22 |
| Binary | 0 | 1001 | 1011010 | 1100100 | 1011010 | 0 | 1000001 | 11101010 | 1100100 | 10010 |
Color Harmonies of #00095A
Complementary color
Monochromatic Colors of #00095A
Black with #00095A
Text Example
Text Example
White with #00095A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00095A; }
p { color: rgb(0,9,90); }
H1.HeaderClassName
{
color: #00095A;
}
.AnyTagClassName
{
color: #00095A;
}
</style>
background-color css
<style>
a { background-color: #00095A; }
a { background-color: rgb(0,9,90); }
div.DivClassName
{
background-color: #00095A;
}
.BgClassName
{
background-color: #00095A;
}
</style>
border-color css
<style>
span { border-color: #00095A; }
span { border-color: rgb(0,9,90); }
td.TdClassName
{
border-color: #00095A;
}
.TagClassName
{
border-color: #00095A;
}
</style>