Shades of Sapphire #18255E
Tints of Sapphire #18255E
RGB
CMYK
RGB Variations
Color information
#18255E (or 0x18255E) is known color: Sapphire. HEX triplet: 18, 25 and 5E. RGB value is (24,37,94). Sum of RGB (Red+Green+Blue) = 24+37+94=155 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.48% from 155); Green value is 37 (14.84% from 255 or 23.87% from 155); Blue value is 94 (37.11% from 255 or 60.65% from 155); Max value from RGB is 94 - color contains mainly: blue. Hex color #18255E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18255E is #E7DAA1. Grayscale: #272727. Windows color (decimal): -15194786 or 6169880. OLE color: 6169880.
HSL color Cylindrical-coordinate representation of color #18255E: hue angle of 228.86º 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 #18255E is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 24 | 37 | 94 | - |
| CMYK | 0.74 | 0.61 | 0 | 0.63 |
| HSL | 228.86º | 0.59% | 0.23% | - |
| HSV(B) | 228.86º | 0.74% | 0.37% | - |
| XYZ | 3.06 | 2.33 | 10.88 | - |
| YUV | 39.61 | 158.69 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 37 | 94 | 0.74 | 0.61 | 0 | 0.63 | 228.86 | 0.59 | 0.23 |
| Hex | 18 | 25 | 5E | 4A | 3D | 0 | 3F | E5 | 3B | 17 |
| Octal | 30 | 45 | 136 | 112 | 75 | 0 | 77 | 345 | 73 | 27 |
| Binary | 11000 | 100101 | 1011110 | 1001010 | 111101 | 0 | 111111 | 11100101 | 111011 | 10111 |
Color Harmonies of #18255E
Complementary color
Monochromatic Colors of #18255E
Black with #18255E
Text Example
Text Example
White with #18255E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18255E; }
p { color: rgb(24,37,94); }
H1.HeaderClassName
{
color: #18255E;
}
.AnyTagClassName
{
color: #18255E;
}
</style>
background-color css
<style>
a { background-color: #18255E; }
a { background-color: rgb(24,37,94); }
div.DivClassName
{
background-color: #18255E;
}
.BgClassName
{
background-color: #18255E;
}
</style>
border-color css
<style>
span { border-color: #18255E; }
span { border-color: rgb(24,37,94); }
td.TdClassName
{
border-color: #18255E;
}
.TagClassName
{
border-color: #18255E;
}
</style>