Shades of Sapphire #00085A
Tints of Sapphire #00085A
RGB
CMYK
RGB Variations
Color information
#00085A (or 0x00085A) is known color: Sapphire. HEX triplet: 00, 08 and 5A. RGB value is (0,8,90). Sum of RGB (Red+Green+Blue) = 0+8+90=98 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 98); Green value is 8 (3.52% from 255 or 8.16% from 98); Blue value is 90 (35.55% from 255 or 91.84% from 98); Max value from RGB is 90 - color contains mainly: blue. Hex color #00085A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00085A is #FFF7A5. Grayscale: #0E0E0E. Windows color (decimal): -16775078 or 5900288. OLE color: 5900288.
HSL color Cylindrical-coordinate representation of color #00085A: hue angle of 234.67º 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 #00085A is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 8 | 90 | - |
| CMYK | 1 | 0.91 | 0 | 0.65 |
| HSL | 234.67º | 1% | 0.18% | - |
| HSV(B) | 234.67º | 1% | 0.35% | - |
| XYZ | 1.93 | 0.91 | 9.75 | - |
| YUV | 14.96 | 170.35 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 8 | 90 | 1 | 0.91 | 0 | 0.65 | 234.67 | 1 | 0.18 |
| Hex | 0 | 8 | 5A | 64 | 5B | 0 | 41 | EB | 64 | 12 |
| Octal | 0 | 10 | 132 | 144 | 133 | 0 | 101 | 353 | 144 | 22 |
| Binary | 0 | 1000 | 1011010 | 1100100 | 1011011 | 0 | 1000001 | 11101011 | 1100100 | 10010 |
Color Harmonies of #00085A
Complementary color
Monochromatic Colors of #00085A
Black with #00085A
Text Example
Text Example
White with #00085A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00085A; }
p { color: rgb(0,8,90); }
H1.HeaderClassName
{
color: #00085A;
}
.AnyTagClassName
{
color: #00085A;
}
</style>
background-color css
<style>
a { background-color: #00085A; }
a { background-color: rgb(0,8,90); }
div.DivClassName
{
background-color: #00085A;
}
.BgClassName
{
background-color: #00085A;
}
</style>
border-color css
<style>
span { border-color: #00085A; }
span { border-color: rgb(0,8,90); }
td.TdClassName
{
border-color: #00085A;
}
.TagClassName
{
border-color: #00085A;
}
</style>