Shades of Sapphire #183470
Tints of Sapphire #183470
RGB
CMYK
RGB Variations
Color information
#183470 (or 0x183470) is known color: Sapphire. HEX triplet: 18, 34 and 70. RGB value is (24,52,112). Sum of RGB (Red+Green+Blue) = 24+52+112=188 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.77% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 112 (44.14% from 255 or 59.57% from 188); Max value from RGB is 112 - color contains mainly: blue. Hex color #183470 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183470 is #E7CB8F. Grayscale: #323232. Windows color (decimal): -15190928 or 7353368. OLE color: 7353368.
HSL color Cylindrical-coordinate representation of color #183470: hue angle of 220.91º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #183470 is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 24 | 52 | 112 | - |
| CMYK | 0.79 | 0.54 | 0 | 0.56 |
| HSL | 220.91º | 0.65% | 0.27% | - |
| HSV(B) | 220.91º | 0.79% | 0.44% | - |
| XYZ | 4.53 | 3.82 | 15.83 | - |
| YUV | 50.47 | 162.72 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 52 | 112 | 0.79 | 0.54 | 0 | 0.56 | 220.91 | 0.65 | 0.27 |
| Hex | 18 | 34 | 70 | 4F | 36 | 0 | 38 | DD | 41 | 1B |
| Octal | 30 | 64 | 160 | 117 | 66 | 0 | 70 | 335 | 101 | 33 |
| Binary | 11000 | 110100 | 1110000 | 1001111 | 110110 | 0 | 111000 | 11011101 | 1000001 | 11011 |
Color Harmonies of #183470
Complementary color
Monochromatic Colors of #183470
Black with #183470
Text Example
Text Example
White with #183470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183470; }
p { color: rgb(24,52,112); }
H1.HeaderClassName
{
color: #183470;
}
.AnyTagClassName
{
color: #183470;
}
</style>
background-color css
<style>
a { background-color: #183470; }
a { background-color: rgb(24,52,112); }
div.DivClassName
{
background-color: #183470;
}
.BgClassName
{
background-color: #183470;
}
</style>
border-color css
<style>
span { border-color: #183470; }
span { border-color: rgb(24,52,112); }
td.TdClassName
{
border-color: #183470;
}
.TagClassName
{
border-color: #183470;
}
</style>