Shades of Sapphire #18235D
Tints of Sapphire #18235D
RGB
CMYK
RGB Variations
Color information
#18235D (or 0x18235D) is known color: Sapphire. HEX triplet: 18, 23 and 5D. RGB value is (24,35,93). Sum of RGB (Red+Green+Blue) = 24+35+93=152 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.79% from 152); Green value is 35 (14.06% from 255 or 23.03% from 152); Blue value is 93 (36.72% from 255 or 61.18% from 152); Max value from RGB is 93 - color contains mainly: blue. Hex color #18235D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18235D is #E7DCA2. Grayscale: #262626. Windows color (decimal): -15195299 or 6103832. OLE color: 6103832.
HSL color Cylindrical-coordinate representation of color #18235D: hue angle of 230.43º 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 #18235D is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 35 | 93 | - |
| CMYK | 0.74 | 0.62 | 0 | 0.64 |
| HSL | 230.43º | 0.59% | 0.23% | - |
| HSV(B) | 230.43º | 0.74% | 0.36% | - |
| XYZ | 2.95 | 2.19 | 10.62 | - |
| YUV | 38.32 | 158.86 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 35 | 93 | 0.74 | 0.62 | 0 | 0.64 | 230.43 | 0.59 | 0.23 |
| Hex | 18 | 23 | 5D | 4A | 3E | 0 | 40 | E6 | 3B | 17 |
| Octal | 30 | 43 | 135 | 112 | 76 | 0 | 100 | 346 | 73 | 27 |
| Binary | 11000 | 100011 | 1011101 | 1001010 | 111110 | 0 | 1000000 | 11100110 | 111011 | 10111 |
Color Harmonies of #18235D
Complementary color
Monochromatic Colors of #18235D
Black with #18235D
Text Example
Text Example
White with #18235D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18235D; }
p { color: rgb(24,35,93); }
H1.HeaderClassName
{
color: #18235D;
}
.AnyTagClassName
{
color: #18235D;
}
</style>
background-color css
<style>
a { background-color: #18235D; }
a { background-color: rgb(24,35,93); }
div.DivClassName
{
background-color: #18235D;
}
.BgClassName
{
background-color: #18235D;
}
</style>
border-color css
<style>
span { border-color: #18235D; }
span { border-color: rgb(24,35,93); }
td.TdClassName
{
border-color: #18235D;
}
.TagClassName
{
border-color: #18235D;
}
</style>