Shades of Sapphire #182B59
Tints of Sapphire #182B59
RGB
CMYK
RGB Variations
Color information
#182B59 (or 0x182B59) is known color: Sapphire. HEX triplet: 18, 2B and 59. RGB value is (24,43,89). Sum of RGB (Red+Green+Blue) = 24+43+89=156 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.38% from 156); Green value is 43 (17.19% from 255 or 27.56% from 156); Blue value is 89 (35.16% from 255 or 57.05% from 156); Max value from RGB is 89 - color contains mainly: blue. Hex color #182B59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182B59 is #E7D4A6. Grayscale: #2A2A2A. Windows color (decimal): -15193255 or 5843736. OLE color: 5843736.
HSL color Cylindrical-coordinate representation of color #182B59: hue angle of 222.46º 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 #182B59 is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 43 | 89 | - |
| CMYK | 0.73 | 0.52 | 0 | 0.65 |
| HSL | 222.46º | 0.58% | 0.22% | - |
| HSV(B) | 222.46º | 0.73% | 0.35% | - |
| XYZ | 3.04 | 2.64 | 9.8 | - |
| YUV | 42.56 | 154.21 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 43 | 89 | 0.73 | 0.52 | 0 | 0.65 | 222.46 | 0.58 | 0.22 |
| Hex | 18 | 2B | 59 | 49 | 34 | 0 | 41 | DE | 3A | 16 |
| Octal | 30 | 53 | 131 | 111 | 64 | 0 | 101 | 336 | 72 | 26 |
| Binary | 11000 | 101011 | 1011001 | 1001001 | 110100 | 0 | 1000001 | 11011110 | 111010 | 10110 |
Color Harmonies of #182B59
Complementary color
Monochromatic Colors of #182B59
Black with #182B59
Text Example
Text Example
White with #182B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182B59; }
p { color: rgb(24,43,89); }
H1.HeaderClassName
{
color: #182B59;
}
.AnyTagClassName
{
color: #182B59;
}
</style>
background-color css
<style>
a { background-color: #182B59; }
a { background-color: rgb(24,43,89); }
div.DivClassName
{
background-color: #182B59;
}
.BgClassName
{
background-color: #182B59;
}
</style>
border-color css
<style>
span { border-color: #182B59; }
span { border-color: rgb(24,43,89); }
td.TdClassName
{
border-color: #182B59;
}
.TagClassName
{
border-color: #182B59;
}
</style>