Shades of Sapphire #18235E
Tints of Sapphire #18235E
RGB
CMYK
RGB Variations
Color information
#18235E (or 0x18235E) is known color: Sapphire. HEX triplet: 18, 23 and 5E. RGB value is (24,35,94). Sum of RGB (Red+Green+Blue) = 24+35+94=153 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.69% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 94 (37.11% from 255 or 61.44% from 153); Max value from RGB is 94 - color contains mainly: blue. Hex color #18235E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18235E is #E7DCA1. Grayscale: #262626. Windows color (decimal): -15195298 or 6169368. OLE color: 6169368.
HSL color Cylindrical-coordinate representation of color #18235E: hue angle of 230.57º 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 #18235E is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 24 | 35 | 94 | - |
| CMYK | 0.74 | 0.63 | 0 | 0.63 |
| HSL | 230.57º | 0.59% | 0.23% | - |
| HSV(B) | 230.57º | 0.74% | 0.37% | - |
| XYZ | 3 | 2.2 | 10.86 | - |
| YUV | 38.44 | 159.36 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 35 | 94 | 0.74 | 0.63 | 0 | 0.63 | 230.57 | 0.59 | 0.23 |
| Hex | 18 | 23 | 5E | 4A | 3F | 0 | 3F | E7 | 3B | 17 |
| Octal | 30 | 43 | 136 | 112 | 77 | 0 | 77 | 347 | 73 | 27 |
| Binary | 11000 | 100011 | 1011110 | 1001010 | 111111 | 0 | 111111 | 11100111 | 111011 | 10111 |
Color Harmonies of #18235E
Complementary color
Monochromatic Colors of #18235E
Black with #18235E
Text Example
Text Example
White with #18235E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18235E; }
p { color: rgb(24,35,94); }
H1.HeaderClassName
{
color: #18235E;
}
.AnyTagClassName
{
color: #18235E;
}
</style>
background-color css
<style>
a { background-color: #18235E; }
a { background-color: rgb(24,35,94); }
div.DivClassName
{
background-color: #18235E;
}
.BgClassName
{
background-color: #18235E;
}
</style>
border-color css
<style>
span { border-color: #18235E; }
span { border-color: rgb(24,35,94); }
td.TdClassName
{
border-color: #18235E;
}
.TagClassName
{
border-color: #18235E;
}
</style>