Shades of Sapphire #18275E
Tints of Sapphire #18275E
RGB
CMYK
RGB Variations
Color information
#18275E (or 0x18275E) is known color: Sapphire. HEX triplet: 18, 27 and 5E. RGB value is (24,39,94). Sum of RGB (Red+Green+Blue) = 24+39+94=157 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.29% from 157); Green value is 39 (15.62% from 255 or 24.84% from 157); Blue value is 94 (37.11% from 255 or 59.87% from 157); Max value from RGB is 94 - color contains mainly: blue. Hex color #18275E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18275E is #E7D8A1. Grayscale: #282828. Windows color (decimal): -15194274 or 6170392. OLE color: 6170392.
HSL color Cylindrical-coordinate representation of color #18275E: hue angle of 227.14º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #18275E is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 24 | 39 | 94 | - |
| CMYK | 0.74 | 0.59 | 0 | 0.63 |
| HSL | 227.14º | 0.59% | 0.23% | - |
| HSV(B) | 227.14º | 0.74% | 0.37% | - |
| XYZ | 3.12 | 2.45 | 10.9 | - |
| YUV | 40.79 | 158.03 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 39 | 94 | 0.74 | 0.59 | 0 | 0.63 | 227.14 | 0.59 | 0.23 |
| Hex | 18 | 27 | 5E | 4A | 3B | 0 | 3F | E3 | 3B | 17 |
| Octal | 30 | 47 | 136 | 112 | 73 | 0 | 77 | 343 | 73 | 27 |
| Binary | 11000 | 100111 | 1011110 | 1001010 | 111011 | 0 | 111111 | 11100011 | 111011 | 10111 |
Color Harmonies of #18275E
Complementary color
Monochromatic Colors of #18275E
Black with #18275E
Text Example
Text Example
White with #18275E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18275E; }
p { color: rgb(24,39,94); }
H1.HeaderClassName
{
color: #18275E;
}
.AnyTagClassName
{
color: #18275E;
}
</style>
background-color css
<style>
a { background-color: #18275E; }
a { background-color: rgb(24,39,94); }
div.DivClassName
{
background-color: #18275E;
}
.BgClassName
{
background-color: #18275E;
}
</style>
border-color css
<style>
span { border-color: #18275E; }
span { border-color: rgb(24,39,94); }
td.TdClassName
{
border-color: #18275E;
}
.TagClassName
{
border-color: #18275E;
}
</style>