Shades of Sapphire #08234D
Tints of Sapphire #08234D
RGB
CMYK
RGB Variations
Color information
#08234D (or 0x08234D) is known color: Sapphire. HEX triplet: 08, 23 and 4D. RGB value is (8,35,77). Sum of RGB (Red+Green+Blue) = 8+35+77=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 35 (14.06% from 255 or 29.17% from 120); Blue value is 77 (30.47% from 255 or 64.17% from 120); Max value from RGB is 77 - color contains mainly: blue. Hex color #08234D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08234D is #F7DCB2. Grayscale: #1F1F1F. Windows color (decimal): -16243891 or 5055240. OLE color: 5055240.
HSL color Cylindrical-coordinate representation of color #08234D: hue angle of 216.52º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08234D is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 8 | 35 | 77 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.70 |
| HSL | 216.52º | 0.81% | 0.17% | - |
| HSV(B) | 216.52º | 0.9% | 0.3% | - |
| XYZ | 2.04 | 1.79 | 7.26 | - |
| YUV | 31.72 | 153.55 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 35 | 77 | 0.90 | 0.55 | 0 | 0.70 | 216.52 | 0.81 | 0.17 |
| Hex | 8 | 23 | 4D | 5A | 37 | 0 | 46 | D9 | 51 | 11 |
| Octal | 10 | 43 | 115 | 132 | 67 | 0 | 106 | 331 | 121 | 21 |
| Binary | 1000 | 100011 | 1001101 | 1011010 | 110111 | 0 | 1000110 | 11011001 | 1010001 | 10001 |
Color Harmonies of #08234D
Complementary color
Monochromatic Colors of #08234D
Black with #08234D
Text Example
Text Example
White with #08234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08234D; }
p { color: rgb(8,35,77); }
H1.HeaderClassName
{
color: #08234D;
}
.AnyTagClassName
{
color: #08234D;
}
</style>
background-color css
<style>
a { background-color: #08234D; }
a { background-color: rgb(8,35,77); }
div.DivClassName
{
background-color: #08234D;
}
.BgClassName
{
background-color: #08234D;
}
</style>
border-color css
<style>
span { border-color: #08234D; }
span { border-color: rgb(8,35,77); }
td.TdClassName
{
border-color: #08234D;
}
.TagClassName
{
border-color: #08234D;
}
</style>