Shades of Sapphire #08184D
Tints of Sapphire #08184D
RGB
CMYK
RGB Variations
Color information
#08184D (or 0x08184D) is known color: Sapphire. HEX triplet: 08, 18 and 4D. RGB value is (8,24,77). Sum of RGB (Red+Green+Blue) = 8+24+77=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 24 (9.77% from 255 or 22.02% from 109); Blue value is 77 (30.47% from 255 or 70.64% from 109); Max value from RGB is 77 - color contains mainly: blue. Hex color #08184D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08184D is #F7E7B2. Grayscale: #191919. Windows color (decimal): -16246707 or 5052424. OLE color: 5052424.
HSL color Cylindrical-coordinate representation of color #08184D: hue angle of 226.09º 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 #08184D is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 8 | 24 | 77 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.70 |
| HSL | 226.09º | 0.81% | 0.17% | - |
| HSV(B) | 226.09º | 0.9% | 0.3% | - |
| XYZ | 1.77 | 1.24 | 7.17 | - |
| YUV | 25.26 | 157.2 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 24 | 77 | 0.90 | 0.69 | 0 | 0.70 | 226.09 | 0.81 | 0.17 |
| Hex | 8 | 18 | 4D | 5A | 45 | 0 | 46 | E2 | 51 | 11 |
| Octal | 10 | 30 | 115 | 132 | 105 | 0 | 106 | 342 | 121 | 21 |
| Binary | 1000 | 11000 | 1001101 | 1011010 | 1000101 | 0 | 1000110 | 11100010 | 1010001 | 10001 |
Color Harmonies of #08184D
Complementary color
Monochromatic Colors of #08184D
Black with #08184D
Text Example
Text Example
White with #08184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08184D; }
p { color: rgb(8,24,77); }
H1.HeaderClassName
{
color: #08184D;
}
.AnyTagClassName
{
color: #08184D;
}
</style>
background-color css
<style>
a { background-color: #08184D; }
a { background-color: rgb(8,24,77); }
div.DivClassName
{
background-color: #08184D;
}
.BgClassName
{
background-color: #08184D;
}
</style>
border-color css
<style>
span { border-color: #08184D; }
span { border-color: rgb(8,24,77); }
td.TdClassName
{
border-color: #08184D;
}
.TagClassName
{
border-color: #08184D;
}
</style>