Shades of Sapphire #18296F
Tints of Sapphire #18296F
RGB
CMYK
RGB Variations
Color information
#18296F (or 0x18296F) is known color: Sapphire. HEX triplet: 18, 29 and 6F. RGB value is (24,41,111). Sum of RGB (Red+Green+Blue) = 24+41+111=176 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.64% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 111 (43.75% from 255 or 63.07% from 176); Max value from RGB is 111 - color contains mainly: blue. Hex color #18296F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18296F is #E7D690. Grayscale: #2B2B2B. Windows color (decimal): -15193745 or 7285016. OLE color: 7285016.
HSL color Cylindrical-coordinate representation of color #18296F: hue angle of 228.28º 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 #18296F is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 24 | 41 | 111 | - |
| CMYK | 0.78 | 0.63 | 0 | 0.56 |
| HSL | 228.28º | 0.64% | 0.26% | - |
| HSV(B) | 228.28º | 0.78% | 0.44% | - |
| XYZ | 4.04 | 2.93 | 15.39 | - |
| YUV | 43.9 | 165.87 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 41 | 111 | 0.78 | 0.63 | 0 | 0.56 | 228.28 | 0.64 | 0.26 |
| Hex | 18 | 29 | 6F | 4E | 3F | 0 | 38 | E4 | 40 | 1A |
| Octal | 30 | 51 | 157 | 116 | 77 | 0 | 70 | 344 | 100 | 32 |
| Binary | 11000 | 101001 | 1101111 | 1001110 | 111111 | 0 | 111000 | 11100100 | 1000000 | 11010 |
Color Harmonies of #18296F
Complementary color
Monochromatic Colors of #18296F
Black with #18296F
Text Example
Text Example
White with #18296F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18296F; }
p { color: rgb(24,41,111); }
H1.HeaderClassName
{
color: #18296F;
}
.AnyTagClassName
{
color: #18296F;
}
</style>
background-color css
<style>
a { background-color: #18296F; }
a { background-color: rgb(24,41,111); }
div.DivClassName
{
background-color: #18296F;
}
.BgClassName
{
background-color: #18296F;
}
</style>
border-color css
<style>
span { border-color: #18296F; }
span { border-color: rgb(24,41,111); }
td.TdClassName
{
border-color: #18296F;
}
.TagClassName
{
border-color: #18296F;
}
</style>