Shades of Sapphire #18285A
Tints of Sapphire #18285A
RGB
CMYK
RGB Variations
Color information
#18285A (or 0x18285A) is known color: Sapphire. HEX triplet: 18, 28 and 5A. RGB value is (24,40,90). Sum of RGB (Red+Green+Blue) = 24+40+90=154 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.58% from 154); Green value is 40 (16.02% from 255 or 25.97% from 154); Blue value is 90 (35.55% from 255 or 58.44% from 154); Max value from RGB is 90 - color contains mainly: blue. Hex color #18285A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18285A is #E7D7A5. Grayscale: #282828. Windows color (decimal): -15194022 or 5908504. OLE color: 5908504.
HSL color Cylindrical-coordinate representation of color #18285A: hue angle of 225.45º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #18285A is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 40 | 90 | - |
| CMYK | 0.73 | 0.56 | 0 | 0.65 |
| HSL | 225.45º | 0.58% | 0.22% | - |
| HSV(B) | 225.45º | 0.73% | 0.35% | - |
| XYZ | 2.98 | 2.45 | 9.99 | - |
| YUV | 40.92 | 155.7 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 40 | 90 | 0.73 | 0.56 | 0 | 0.65 | 225.45 | 0.58 | 0.22 |
| Hex | 18 | 28 | 5A | 49 | 38 | 0 | 41 | E1 | 3A | 16 |
| Octal | 30 | 50 | 132 | 111 | 70 | 0 | 101 | 341 | 72 | 26 |
| Binary | 11000 | 101000 | 1011010 | 1001001 | 111000 | 0 | 1000001 | 11100001 | 111010 | 10110 |
Color Harmonies of #18285A
Complementary color
Monochromatic Colors of #18285A
Black with #18285A
Text Example
Text Example
White with #18285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18285A; }
p { color: rgb(24,40,90); }
H1.HeaderClassName
{
color: #18285A;
}
.AnyTagClassName
{
color: #18285A;
}
</style>
background-color css
<style>
a { background-color: #18285A; }
a { background-color: rgb(24,40,90); }
div.DivClassName
{
background-color: #18285A;
}
.BgClassName
{
background-color: #18285A;
}
</style>
border-color css
<style>
span { border-color: #18285A; }
span { border-color: rgb(24,40,90); }
td.TdClassName
{
border-color: #18285A;
}
.TagClassName
{
border-color: #18285A;
}
</style>