Shades of Sapphire #18316F
Tints of Sapphire #18316F
RGB
CMYK
RGB Variations
Color information
#18316F (or 0x18316F) is known color: Sapphire. HEX triplet: 18, 31 and 6F. RGB value is (24,49,111). Sum of RGB (Red+Green+Blue) = 24+49+111=184 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.04% from 184); Green value is 49 (19.53% from 255 or 26.63% from 184); Blue value is 111 (43.75% from 255 or 60.33% from 184); Max value from RGB is 111 - color contains mainly: blue. Hex color #18316F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18316F is #E7CE90. Grayscale: #303030. Windows color (decimal): -15191697 or 7287064. OLE color: 7287064.
HSL color Cylindrical-coordinate representation of color #18316F: hue angle of 222.76º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18316F is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 24 | 49 | 111 | - |
| CMYK | 0.78 | 0.56 | 0 | 0.56 |
| HSL | 222.76º | 0.64% | 0.26% | - |
| HSV(B) | 222.76º | 0.78% | 0.44% | - |
| XYZ | 4.34 | 3.54 | 15.49 | - |
| YUV | 48.59 | 163.22 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 49 | 111 | 0.78 | 0.56 | 0 | 0.56 | 222.76 | 0.64 | 0.26 |
| Hex | 18 | 31 | 6F | 4E | 38 | 0 | 38 | DF | 40 | 1A |
| Octal | 30 | 61 | 157 | 116 | 70 | 0 | 70 | 337 | 100 | 32 |
| Binary | 11000 | 110001 | 1101111 | 1001110 | 111000 | 0 | 111000 | 11011111 | 1000000 | 11010 |
Color Harmonies of #18316F
Complementary color
Monochromatic Colors of #18316F
Black with #18316F
Text Example
Text Example
White with #18316F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18316F; }
p { color: rgb(24,49,111); }
H1.HeaderClassName
{
color: #18316F;
}
.AnyTagClassName
{
color: #18316F;
}
</style>
background-color css
<style>
a { background-color: #18316F; }
a { background-color: rgb(24,49,111); }
div.DivClassName
{
background-color: #18316F;
}
.BgClassName
{
background-color: #18316F;
}
</style>
border-color css
<style>
span { border-color: #18316F; }
span { border-color: rgb(24,49,111); }
td.TdClassName
{
border-color: #18316F;
}
.TagClassName
{
border-color: #18316F;
}
</style>