Shades of Sapphire #18285E
Tints of Sapphire #18285E
RGB
CMYK
RGB Variations
Color information
#18285E (or 0x18285E) is known color: Sapphire. HEX triplet: 18, 28 and 5E. RGB value is (24,40,94). Sum of RGB (Red+Green+Blue) = 24+40+94=158 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.19% from 158); Green value is 40 (16.02% from 255 or 25.32% from 158); Blue value is 94 (37.11% from 255 or 59.49% from 158); Max value from RGB is 94 - color contains mainly: blue. Hex color #18285E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18285E is #E7D7A1. Grayscale: #292929. Windows color (decimal): -15194018 or 6170648. OLE color: 6170648.
HSL color Cylindrical-coordinate representation of color #18285E: hue angle of 226.29º 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 #18285E is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 24 | 40 | 94 | - |
| CMYK | 0.74 | 0.57 | 0 | 0.63 |
| HSL | 226.29º | 0.59% | 0.23% | - |
| HSV(B) | 226.29º | 0.74% | 0.37% | - |
| XYZ | 3.16 | 2.52 | 10.91 | - |
| YUV | 41.37 | 157.7 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 40 | 94 | 0.74 | 0.57 | 0 | 0.63 | 226.29 | 0.59 | 0.23 |
| Hex | 18 | 28 | 5E | 4A | 39 | 0 | 3F | E2 | 3B | 17 |
| Octal | 30 | 50 | 136 | 112 | 71 | 0 | 77 | 342 | 73 | 27 |
| Binary | 11000 | 101000 | 1011110 | 1001010 | 111001 | 0 | 111111 | 11100010 | 111011 | 10111 |
Color Harmonies of #18285E
Complementary color
Monochromatic Colors of #18285E
Black with #18285E
Text Example
Text Example
White with #18285E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18285E; }
p { color: rgb(24,40,94); }
H1.HeaderClassName
{
color: #18285E;
}
.AnyTagClassName
{
color: #18285E;
}
</style>
background-color css
<style>
a { background-color: #18285E; }
a { background-color: rgb(24,40,94); }
div.DivClassName
{
background-color: #18285E;
}
.BgClassName
{
background-color: #18285E;
}
</style>
border-color css
<style>
span { border-color: #18285E; }
span { border-color: rgb(24,40,94); }
td.TdClassName
{
border-color: #18285E;
}
.TagClassName
{
border-color: #18285E;
}
</style>