Shades of Sapphire #182C59
Tints of Sapphire #182C59
RGB
CMYK
RGB Variations
Color information
#182C59 (or 0x182C59) is known color: Sapphire. HEX triplet: 18, 2C and 59. RGB value is (24,44,89). Sum of RGB (Red+Green+Blue) = 24+44+89=157 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.29% from 157); Green value is 44 (17.58% from 255 or 28.03% from 157); Blue value is 89 (35.16% from 255 or 56.69% from 157); Max value from RGB is 89 - color contains mainly: blue. Hex color #182C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182C59 is #E7D3A6. Grayscale: #2A2A2A. Windows color (decimal): -15192999 or 5843992. OLE color: 5843992.
HSL color Cylindrical-coordinate representation of color #182C59: hue angle of 221.54º 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 #182C59 is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 44 | 89 | - |
| CMYK | 0.73 | 0.51 | 0 | 0.65 |
| HSL | 221.54º | 0.58% | 0.22% | - |
| HSV(B) | 221.54º | 0.73% | 0.35% | - |
| XYZ | 3.08 | 2.72 | 9.81 | - |
| YUV | 43.15 | 153.87 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 44 | 89 | 0.73 | 0.51 | 0 | 0.65 | 221.54 | 0.58 | 0.22 |
| Hex | 18 | 2C | 59 | 49 | 33 | 0 | 41 | DE | 3A | 16 |
| Octal | 30 | 54 | 131 | 111 | 63 | 0 | 101 | 336 | 72 | 26 |
| Binary | 11000 | 101100 | 1011001 | 1001001 | 110011 | 0 | 1000001 | 11011110 | 111010 | 10110 |
Color Harmonies of #182C59
Complementary color
Monochromatic Colors of #182C59
Black with #182C59
Text Example
Text Example
White with #182C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182C59; }
p { color: rgb(24,44,89); }
H1.HeaderClassName
{
color: #182C59;
}
.AnyTagClassName
{
color: #182C59;
}
</style>
background-color css
<style>
a { background-color: #182C59; }
a { background-color: rgb(24,44,89); }
div.DivClassName
{
background-color: #182C59;
}
.BgClassName
{
background-color: #182C59;
}
</style>
border-color css
<style>
span { border-color: #182C59; }
span { border-color: rgb(24,44,89); }
td.TdClassName
{
border-color: #182C59;
}
.TagClassName
{
border-color: #182C59;
}
</style>