Shades of Sapphire #182858
Tints of Sapphire #182858
RGB
CMYK
RGB Variations
Color information
#182858 (or 0x182858) is known color: Sapphire. HEX triplet: 18, 28 and 58. RGB value is (24,40,88). Sum of RGB (Red+Green+Blue) = 24+40+88=152 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.79% from 152); Green value is 40 (16.02% from 255 or 26.32% from 152); Blue value is 88 (34.77% from 255 or 57.89% from 152); Max value from RGB is 88 - color contains mainly: blue. Hex color #182858 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182858 is #E7D7A7. Grayscale: #282828. Windows color (decimal): -15194024 or 5777432. OLE color: 5777432.
HSL color Cylindrical-coordinate representation of color #182858: hue angle of 225º degrees, saturation: 0.57, 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 #182858 is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 40 | 88 | - |
| CMYK | 0.73 | 0.55 | 0 | 0.65 |
| HSL | 225º | 0.57% | 0.22% | - |
| HSV(B) | 225º | 0.73% | 0.35% | - |
| XYZ | 2.9 | 2.42 | 9.55 | - |
| YUV | 40.69 | 154.7 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 40 | 88 | 0.73 | 0.55 | 0 | 0.65 | 225 | 0.57 | 0.22 |
| Hex | 18 | 28 | 58 | 49 | 37 | 0 | 41 | E1 | 39 | 16 |
| Octal | 30 | 50 | 130 | 111 | 67 | 0 | 101 | 341 | 71 | 26 |
| Binary | 11000 | 101000 | 1011000 | 1001001 | 110111 | 0 | 1000001 | 11100001 | 111001 | 10110 |
Color Harmonies of #182858
Complementary color
Monochromatic Colors of #182858
Black with #182858
Text Example
Text Example
White with #182858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182858; }
p { color: rgb(24,40,88); }
H1.HeaderClassName
{
color: #182858;
}
.AnyTagClassName
{
color: #182858;
}
</style>
background-color css
<style>
a { background-color: #182858; }
a { background-color: rgb(24,40,88); }
div.DivClassName
{
background-color: #182858;
}
.BgClassName
{
background-color: #182858;
}
</style>
border-color css
<style>
span { border-color: #182858; }
span { border-color: rgb(24,40,88); }
td.TdClassName
{
border-color: #182858;
}
.TagClassName
{
border-color: #182858;
}
</style>