Shades of Sapphire #183870
Tints of Sapphire #183870
RGB
CMYK
RGB Variations
Color information
#183870 (or 0x183870) is known color: Sapphire. HEX triplet: 18, 38 and 70. RGB value is (24,56,112). Sum of RGB (Red+Green+Blue) = 24+56+112=192 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.5% from 192); Green value is 56 (22.27% from 255 or 29.17% from 192); Blue value is 112 (44.14% from 255 or 58.33% from 192); Max value from RGB is 112 - color contains mainly: blue. Hex color #183870 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183870 is #E7C78F. Grayscale: #343434. Windows color (decimal): -15189904 or 7354392. OLE color: 7354392.
HSL color Cylindrical-coordinate representation of color #183870: hue angle of 218.18º 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 #183870 is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 24 | 56 | 112 | - |
| CMYK | 0.79 | 0.50 | 0 | 0.56 |
| HSL | 218.18º | 0.65% | 0.27% | - |
| HSV(B) | 218.18º | 0.79% | 0.44% | - |
| XYZ | 4.72 | 4.19 | 15.89 | - |
| YUV | 52.82 | 161.4 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 56 | 112 | 0.79 | 0.50 | 0 | 0.56 | 218.18 | 0.65 | 0.27 |
| Hex | 18 | 38 | 70 | 4F | 32 | 0 | 38 | DA | 41 | 1B |
| Octal | 30 | 70 | 160 | 117 | 62 | 0 | 70 | 332 | 101 | 33 |
| Binary | 11000 | 111000 | 1110000 | 1001111 | 110010 | 0 | 111000 | 11011010 | 1000001 | 11011 |
Color Harmonies of #183870
Complementary color
Monochromatic Colors of #183870
Black with #183870
Text Example
Text Example
White with #183870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183870; }
p { color: rgb(24,56,112); }
H1.HeaderClassName
{
color: #183870;
}
.AnyTagClassName
{
color: #183870;
}
</style>
background-color css
<style>
a { background-color: #183870; }
a { background-color: rgb(24,56,112); }
div.DivClassName
{
background-color: #183870;
}
.BgClassName
{
background-color: #183870;
}
</style>
border-color css
<style>
span { border-color: #183870; }
span { border-color: rgb(24,56,112); }
td.TdClassName
{
border-color: #183870;
}
.TagClassName
{
border-color: #183870;
}
</style>