Shades of Sapphire #08234C
Tints of Sapphire #08234C
RGB
CMYK
RGB Variations
Color information
#08234C (or 0x08234C) is known color: Sapphire. HEX triplet: 08, 23 and 4C. RGB value is (8,35,76). Sum of RGB (Red+Green+Blue) = 8+35+76=119 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.72% from 119); Green value is 35 (14.06% from 255 or 29.41% from 119); Blue value is 76 (30.08% from 255 or 63.87% from 119); Max value from RGB is 76 - color contains mainly: blue. Hex color #08234C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08234C is #F7DCB3. Grayscale: #1F1F1F. Windows color (decimal): -16243892 or 4989704. OLE color: 4989704.
HSL color Cylindrical-coordinate representation of color #08234C: hue angle of 216.18º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08234C is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 8 | 35 | 76 | - |
| CMYK | 0.89 | 0.54 | 0 | 0.70 |
| HSL | 216.18º | 0.81% | 0.16% | - |
| HSV(B) | 216.18º | 0.89% | 0.3% | - |
| XYZ | 2.01 | 1.78 | 7.07 | - |
| YUV | 31.6 | 153.05 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 35 | 76 | 0.89 | 0.54 | 0 | 0.70 | 216.18 | 0.81 | 0.16 |
| Hex | 8 | 23 | 4C | 59 | 36 | 0 | 46 | D8 | 51 | 10 |
| Octal | 10 | 43 | 114 | 131 | 66 | 0 | 106 | 330 | 121 | 20 |
| Binary | 1000 | 100011 | 1001100 | 1011001 | 110110 | 0 | 1000110 | 11011000 | 1010001 | 10000 |
Color Harmonies of #08234C
Complementary color
Monochromatic Colors of #08234C
Black with #08234C
Text Example
Text Example
White with #08234C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08234C; }
p { color: rgb(8,35,76); }
H1.HeaderClassName
{
color: #08234C;
}
.AnyTagClassName
{
color: #08234C;
}
</style>
background-color css
<style>
a { background-color: #08234C; }
a { background-color: rgb(8,35,76); }
div.DivClassName
{
background-color: #08234C;
}
.BgClassName
{
background-color: #08234C;
}
</style>
border-color css
<style>
span { border-color: #08234C; }
span { border-color: rgb(8,35,76); }
td.TdClassName
{
border-color: #08234C;
}
.TagClassName
{
border-color: #08234C;
}
</style>