Shades of Sapphire #183175
Tints of Sapphire #183175
RGB
CMYK
RGB Variations
Color information
#183175 (or 0x183175) is known color: Sapphire. HEX triplet: 18, 31 and 75. RGB value is (24,49,117). Sum of RGB (Red+Green+Blue) = 24+49+117=190 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.63% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 117 (46.09% from 255 or 61.58% from 190); Max value from RGB is 117 - color contains mainly: blue. Hex color #183175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183175 is #E7CE8A. Grayscale: #303030. Windows color (decimal): -15191691 or 7680280. OLE color: 7680280.
HSL color Cylindrical-coordinate representation of color #183175: hue angle of 223.87º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #183175 is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 24 | 49 | 117 | - |
| CMYK | 0.79 | 0.58 | 0 | 0.54 |
| HSL | 223.87º | 0.66% | 0.28% | - |
| HSV(B) | 223.87º | 0.79% | 0.46% | - |
| XYZ | 4.69 | 3.68 | 17.29 | - |
| YUV | 49.28 | 166.22 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 49 | 117 | 0.79 | 0.58 | 0 | 0.54 | 223.87 | 0.66 | 0.28 |
| Hex | 18 | 31 | 75 | 4F | 3A | 0 | 36 | E0 | 42 | 1C |
| Octal | 30 | 61 | 165 | 117 | 72 | 0 | 66 | 340 | 102 | 34 |
| Binary | 11000 | 110001 | 1110101 | 1001111 | 111010 | 0 | 110110 | 11100000 | 1000010 | 11100 |
Color Harmonies of #183175
Complementary color
Monochromatic Colors of #183175
Black with #183175
Text Example
Text Example
White with #183175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183175; }
p { color: rgb(24,49,117); }
H1.HeaderClassName
{
color: #183175;
}
.AnyTagClassName
{
color: #183175;
}
</style>
background-color css
<style>
a { background-color: #183175; }
a { background-color: rgb(24,49,117); }
div.DivClassName
{
background-color: #183175;
}
.BgClassName
{
background-color: #183175;
}
</style>
border-color css
<style>
span { border-color: #183175; }
span { border-color: rgb(24,49,117); }
td.TdClassName
{
border-color: #183175;
}
.TagClassName
{
border-color: #183175;
}
</style>