Shades of Sapphire #182B58
Tints of Sapphire #182B58
RGB
CMYK
RGB Variations
Color information
#182B58 (or 0x182B58) is known color: Sapphire. HEX triplet: 18, 2B and 58. RGB value is (24,43,88). Sum of RGB (Red+Green+Blue) = 24+43+88=155 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.48% from 155); Green value is 43 (17.19% from 255 or 27.74% from 155); Blue value is 88 (34.77% from 255 or 56.77% from 155); Max value from RGB is 88 - color contains mainly: blue. Hex color #182B58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182B58 is #E7D4A7. Grayscale: #2A2A2A. Windows color (decimal): -15193256 or 5778200. OLE color: 5778200.
HSL color Cylindrical-coordinate representation of color #182B58: hue angle of 222.19º 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 #182B58 is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 43 | 88 | - |
| CMYK | 0.73 | 0.51 | 0 | 0.65 |
| HSL | 222.19º | 0.57% | 0.22% | - |
| HSV(B) | 222.19º | 0.73% | 0.35% | - |
| XYZ | 3 | 2.63 | 9.58 | - |
| YUV | 42.45 | 153.71 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 43 | 88 | 0.73 | 0.51 | 0 | 0.65 | 222.19 | 0.57 | 0.22 |
| Hex | 18 | 2B | 58 | 49 | 33 | 0 | 41 | DE | 39 | 16 |
| Octal | 30 | 53 | 130 | 111 | 63 | 0 | 101 | 336 | 71 | 26 |
| Binary | 11000 | 101011 | 1011000 | 1001001 | 110011 | 0 | 1000001 | 11011110 | 111001 | 10110 |
Color Harmonies of #182B58
Complementary color
Monochromatic Colors of #182B58
Black with #182B58
Text Example
Text Example
White with #182B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182B58; }
p { color: rgb(24,43,88); }
H1.HeaderClassName
{
color: #182B58;
}
.AnyTagClassName
{
color: #182B58;
}
</style>
background-color css
<style>
a { background-color: #182B58; }
a { background-color: rgb(24,43,88); }
div.DivClassName
{
background-color: #182B58;
}
.BgClassName
{
background-color: #182B58;
}
</style>
border-color css
<style>
span { border-color: #182B58; }
span { border-color: rgb(24,43,88); }
td.TdClassName
{
border-color: #182B58;
}
.TagClassName
{
border-color: #182B58;
}
</style>