Shades of Sapphire #18265D
Tints of Sapphire #18265D
RGB
CMYK
RGB Variations
Color information
#18265D (or 0x18265D) is known color: Sapphire. HEX triplet: 18, 26 and 5D. RGB value is (24,38,93). Sum of RGB (Red+Green+Blue) = 24+38+93=155 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.48% from 155); Green value is 38 (15.23% from 255 or 24.52% from 155); Blue value is 93 (36.72% from 255 or 60% from 155); Max value from RGB is 93 - color contains mainly: blue. Hex color #18265D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18265D is #E7D9A2. Grayscale: #272727. Windows color (decimal): -15194531 or 6104600. OLE color: 6104600.
HSL color Cylindrical-coordinate representation of color #18265D: hue angle of 227.83º 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 #18265D is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 38 | 93 | - |
| CMYK | 0.74 | 0.59 | 0 | 0.64 |
| HSL | 227.83º | 0.59% | 0.23% | - |
| HSV(B) | 227.83º | 0.74% | 0.36% | - |
| XYZ | 3.05 | 2.37 | 10.65 | - |
| YUV | 40.08 | 157.86 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 38 | 93 | 0.74 | 0.59 | 0 | 0.64 | 227.83 | 0.59 | 0.23 |
| Hex | 18 | 26 | 5D | 4A | 3B | 0 | 40 | E4 | 3B | 17 |
| Octal | 30 | 46 | 135 | 112 | 73 | 0 | 100 | 344 | 73 | 27 |
| Binary | 11000 | 100110 | 1011101 | 1001010 | 111011 | 0 | 1000000 | 11100100 | 111011 | 10111 |
Color Harmonies of #18265D
Complementary color
Monochromatic Colors of #18265D
Black with #18265D
Text Example
Text Example
White with #18265D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18265D; }
p { color: rgb(24,38,93); }
H1.HeaderClassName
{
color: #18265D;
}
.AnyTagClassName
{
color: #18265D;
}
</style>
background-color css
<style>
a { background-color: #18265D; }
a { background-color: rgb(24,38,93); }
div.DivClassName
{
background-color: #18265D;
}
.BgClassName
{
background-color: #18265D;
}
</style>
border-color css
<style>
span { border-color: #18265D; }
span { border-color: rgb(24,38,93); }
td.TdClassName
{
border-color: #18265D;
}
.TagClassName
{
border-color: #18265D;
}
</style>