Shades of Sapphire #182957
Tints of Sapphire #182957
RGB
CMYK
RGB Variations
Color information
#182957 (or 0x182957) is known color: Sapphire. HEX triplet: 18, 29 and 57. RGB value is (24,41,87). Sum of RGB (Red+Green+Blue) = 24+41+87=152 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.79% from 152); Green value is 41 (16.41% from 255 or 26.97% from 152); Blue value is 87 (34.38% from 255 or 57.24% from 152); Max value from RGB is 87 - color contains mainly: blue. Hex color #182957 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182957 is #E7D6A8. Grayscale: #282828. Windows color (decimal): -15193769 or 5712152. OLE color: 5712152.
HSL color Cylindrical-coordinate representation of color #182957: hue angle of 223.81º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #182957 is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 24 | 41 | 87 | - |
| CMYK | 0.72 | 0.53 | 0 | 0.66 |
| HSL | 223.81º | 0.57% | 0.22% | - |
| HSV(B) | 223.81º | 0.72% | 0.34% | - |
| XYZ | 2.89 | 2.47 | 9.34 | - |
| YUV | 41.16 | 153.87 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 41 | 87 | 0.72 | 0.53 | 0 | 0.66 | 223.81 | 0.57 | 0.22 |
| Hex | 18 | 29 | 57 | 48 | 35 | 0 | 42 | E0 | 39 | 16 |
| Octal | 30 | 51 | 127 | 110 | 65 | 0 | 102 | 340 | 71 | 26 |
| Binary | 11000 | 101001 | 1010111 | 1001000 | 110101 | 0 | 1000010 | 11100000 | 111001 | 10110 |
Color Harmonies of #182957
Complementary color
Monochromatic Colors of #182957
Black with #182957
Text Example
Text Example
White with #182957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182957; }
p { color: rgb(24,41,87); }
H1.HeaderClassName
{
color: #182957;
}
.AnyTagClassName
{
color: #182957;
}
</style>
background-color css
<style>
a { background-color: #182957; }
a { background-color: rgb(24,41,87); }
div.DivClassName
{
background-color: #182957;
}
.BgClassName
{
background-color: #182957;
}
</style>
border-color css
<style>
span { border-color: #182957; }
span { border-color: rgb(24,41,87); }
td.TdClassName
{
border-color: #182957;
}
.TagClassName
{
border-color: #182957;
}
</style>