Shades of Sapphire #18316E
Tints of Sapphire #18316E
RGB
CMYK
RGB Variations
Color information
#18316E (or 0x18316E) is known color: Sapphire. HEX triplet: 18, 31 and 6E. RGB value is (24,49,110). Sum of RGB (Red+Green+Blue) = 24+49+110=183 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.11% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 110 (43.36% from 255 or 60.11% from 183); Max value from RGB is 110 - color contains mainly: blue. Hex color #18316E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18316E is #E7CE91. Grayscale: #303030. Windows color (decimal): -15191698 or 7221528. OLE color: 7221528.
HSL color Cylindrical-coordinate representation of color #18316E: hue angle of 222.56º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18316E is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 24 | 49 | 110 | - |
| CMYK | 0.78 | 0.55 | 0 | 0.57 |
| HSL | 222.56º | 0.64% | 0.26% | - |
| HSV(B) | 222.56º | 0.78% | 0.43% | - |
| XYZ | 4.29 | 3.52 | 15.2 | - |
| YUV | 48.48 | 162.72 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 49 | 110 | 0.78 | 0.55 | 0 | 0.57 | 222.56 | 0.64 | 0.26 |
| Hex | 18 | 31 | 6E | 4E | 37 | 0 | 39 | DF | 40 | 1A |
| Octal | 30 | 61 | 156 | 116 | 67 | 0 | 71 | 337 | 100 | 32 |
| Binary | 11000 | 110001 | 1101110 | 1001110 | 110111 | 0 | 111001 | 11011111 | 1000000 | 11010 |
Color Harmonies of #18316E
Complementary color
Monochromatic Colors of #18316E
Black with #18316E
Text Example
Text Example
White with #18316E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18316E; }
p { color: rgb(24,49,110); }
H1.HeaderClassName
{
color: #18316E;
}
.AnyTagClassName
{
color: #18316E;
}
</style>
background-color css
<style>
a { background-color: #18316E; }
a { background-color: rgb(24,49,110); }
div.DivClassName
{
background-color: #18316E;
}
.BgClassName
{
background-color: #18316E;
}
</style>
border-color css
<style>
span { border-color: #18316E; }
span { border-color: rgb(24,49,110); }
td.TdClassName
{
border-color: #18316E;
}
.TagClassName
{
border-color: #18316E;
}
</style>