Shades of Sapphire #00084D
Tints of Sapphire #00084D
RGB
CMYK
RGB Variations
Color information
#00084D (or 0x00084D) is known color: Sapphire. HEX triplet: 00, 08 and 4D. RGB value is (0,8,77). Sum of RGB (Red+Green+Blue) = 0+8+77=85 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 85); Green value is 8 (3.52% from 255 or 9.41% from 85); Blue value is 77 (30.47% from 255 or 90.59% from 85); Max value from RGB is 77 - color contains mainly: blue. Hex color #00084D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00084D is #FFF7B2. Grayscale: #0D0D0D. Windows color (decimal): -16775091 or 5048320. OLE color: 5048320.
HSL color Cylindrical-coordinate representation of color #00084D: hue angle of 233.77º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00084D is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 0 | 8 | 77 | - |
| CMYK | 1 | 0.90 | 0 | 0.70 |
| HSL | 233.77º | 1% | 0.15% | - |
| HSV(B) | 233.77º | 1% | 0.3% | - |
| XYZ | 1.43 | 0.71 | 7.08 | - |
| YUV | 13.47 | 163.85 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 8 | 77 | 1 | 0.90 | 0 | 0.70 | 233.77 | 1 | 0.15 |
| Hex | 0 | 8 | 4D | 64 | 5A | 0 | 46 | EA | 64 | F |
| Octal | 0 | 10 | 115 | 144 | 132 | 0 | 106 | 352 | 144 | 17 |
| Binary | 0 | 1000 | 1001101 | 1100100 | 1011010 | 0 | 1000110 | 11101010 | 1100100 | 1111 |
Color Harmonies of #00084D
Complementary color
Monochromatic Colors of #00084D
Black with #00084D
Text Example
Text Example
White with #00084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00084D; }
p { color: rgb(0,8,77); }
H1.HeaderClassName
{
color: #00084D;
}
.AnyTagClassName
{
color: #00084D;
}
</style>
background-color css
<style>
a { background-color: #00084D; }
a { background-color: rgb(0,8,77); }
div.DivClassName
{
background-color: #00084D;
}
.BgClassName
{
background-color: #00084D;
}
</style>
border-color css
<style>
span { border-color: #00084D; }
span { border-color: rgb(0,8,77); }
td.TdClassName
{
border-color: #00084D;
}
.TagClassName
{
border-color: #00084D;
}
</style>