Shades of Sapphire #18286D
Tints of Sapphire #18286D
RGB
CMYK
RGB Variations
Color information
#18286D (or 0x18286D) is known color: Sapphire. HEX triplet: 18, 28 and 6D. RGB value is (24,40,109). Sum of RGB (Red+Green+Blue) = 24+40+109=173 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.87% from 173); Green value is 40 (16.02% from 255 or 23.12% from 173); Blue value is 109 (42.97% from 255 or 63.01% from 173); Max value from RGB is 109 - color contains mainly: blue. Hex color #18286D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18286D is #E7D792. Grayscale: #2A2A2A. Windows color (decimal): -15194003 or 7153688. OLE color: 7153688.
HSL color Cylindrical-coordinate representation of color #18286D: hue angle of 228.71º 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 #18286D is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 24 | 40 | 109 | - |
| CMYK | 0.78 | 0.63 | 0 | 0.57 |
| HSL | 228.71º | 0.64% | 0.26% | - |
| HSV(B) | 228.71º | 0.78% | 0.43% | - |
| XYZ | 3.9 | 2.82 | 14.81 | - |
| YUV | 43.08 | 165.2 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 40 | 109 | 0.78 | 0.63 | 0 | 0.57 | 228.71 | 0.64 | 0.26 |
| Hex | 18 | 28 | 6D | 4E | 3F | 0 | 39 | E5 | 40 | 1A |
| Octal | 30 | 50 | 155 | 116 | 77 | 0 | 71 | 345 | 100 | 32 |
| Binary | 11000 | 101000 | 1101101 | 1001110 | 111111 | 0 | 111001 | 11100101 | 1000000 | 11010 |
Color Harmonies of #18286D
Complementary color
Monochromatic Colors of #18286D
Black with #18286D
Text Example
Text Example
White with #18286D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18286D; }
p { color: rgb(24,40,109); }
H1.HeaderClassName
{
color: #18286D;
}
.AnyTagClassName
{
color: #18286D;
}
</style>
background-color css
<style>
a { background-color: #18286D; }
a { background-color: rgb(24,40,109); }
div.DivClassName
{
background-color: #18286D;
}
.BgClassName
{
background-color: #18286D;
}
</style>
border-color css
<style>
span { border-color: #18286D; }
span { border-color: rgb(24,40,109); }
td.TdClassName
{
border-color: #18286D;
}
.TagClassName
{
border-color: #18286D;
}
</style>