Shades of Sapphire #18275D
Tints of Sapphire #18275D
RGB
CMYK
RGB Variations
Color information
#18275D (or 0x18275D) is known color: Sapphire. HEX triplet: 18, 27 and 5D. RGB value is (24,39,93). Sum of RGB (Red+Green+Blue) = 24+39+93=156 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.38% from 156); Green value is 39 (15.62% from 255 or 25% from 156); Blue value is 93 (36.72% from 255 or 59.62% from 156); Max value from RGB is 93 - color contains mainly: blue. Hex color #18275D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18275D is #E7D8A2. Grayscale: #282828. Windows color (decimal): -15194275 or 6104856. OLE color: 6104856.
HSL color Cylindrical-coordinate representation of color #18275D: hue angle of 226.96º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #18275D is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 39 | 93 | - |
| CMYK | 0.74 | 0.58 | 0 | 0.64 |
| HSL | 226.96º | 0.59% | 0.23% | - |
| HSV(B) | 226.96º | 0.74% | 0.36% | - |
| XYZ | 3.08 | 2.44 | 10.66 | - |
| YUV | 40.67 | 157.53 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 39 | 93 | 0.74 | 0.58 | 0 | 0.64 | 226.96 | 0.59 | 0.23 |
| Hex | 18 | 27 | 5D | 4A | 3A | 0 | 40 | E3 | 3B | 17 |
| Octal | 30 | 47 | 135 | 112 | 72 | 0 | 100 | 343 | 73 | 27 |
| Binary | 11000 | 100111 | 1011101 | 1001010 | 111010 | 0 | 1000000 | 11100011 | 111011 | 10111 |
Color Harmonies of #18275D
Complementary color
Monochromatic Colors of #18275D
Black with #18275D
Text Example
Text Example
White with #18275D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18275D; }
p { color: rgb(24,39,93); }
H1.HeaderClassName
{
color: #18275D;
}
.AnyTagClassName
{
color: #18275D;
}
</style>
background-color css
<style>
a { background-color: #18275D; }
a { background-color: rgb(24,39,93); }
div.DivClassName
{
background-color: #18275D;
}
.BgClassName
{
background-color: #18275D;
}
</style>
border-color css
<style>
span { border-color: #18275D; }
span { border-color: rgb(24,39,93); }
td.TdClassName
{
border-color: #18275D;
}
.TagClassName
{
border-color: #18275D;
}
</style>