Shades of Sapphire #182970
Tints of Sapphire #182970
RGB
CMYK
RGB Variations
Color information
#182970 (or 0x182970) is known color: Sapphire. HEX triplet: 18, 29 and 70. RGB value is (24,41,112). Sum of RGB (Red+Green+Blue) = 24+41+112=177 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.56% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 112 (44.14% from 255 or 63.28% from 177); Max value from RGB is 112 - color contains mainly: blue. Hex color #182970 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182970 is #E7D68F. Grayscale: #2B2B2B. Windows color (decimal): -15193744 or 7350552. OLE color: 7350552.
HSL color Cylindrical-coordinate representation of color #182970: hue angle of 228.41º 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 #182970 is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 24 | 41 | 112 | - |
| CMYK | 0.79 | 0.63 | 0 | 0.56 |
| HSL | 228.41º | 0.65% | 0.27% | - |
| HSV(B) | 228.41º | 0.79% | 0.44% | - |
| XYZ | 4.09 | 2.95 | 15.68 | - |
| YUV | 44.01 | 166.37 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 41 | 112 | 0.79 | 0.63 | 0 | 0.56 | 228.41 | 0.65 | 0.27 |
| Hex | 18 | 29 | 70 | 4F | 3F | 0 | 38 | E4 | 41 | 1B |
| Octal | 30 | 51 | 160 | 117 | 77 | 0 | 70 | 344 | 101 | 33 |
| Binary | 11000 | 101001 | 1110000 | 1001111 | 111111 | 0 | 111000 | 11100100 | 1000001 | 11011 |
Color Harmonies of #182970
Complementary color
Monochromatic Colors of #182970
Black with #182970
Text Example
Text Example
White with #182970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182970; }
p { color: rgb(24,41,112); }
H1.HeaderClassName
{
color: #182970;
}
.AnyTagClassName
{
color: #182970;
}
</style>
background-color css
<style>
a { background-color: #182970; }
a { background-color: rgb(24,41,112); }
div.DivClassName
{
background-color: #182970;
}
.BgClassName
{
background-color: #182970;
}
</style>
border-color css
<style>
span { border-color: #182970; }
span { border-color: rgb(24,41,112); }
td.TdClassName
{
border-color: #182970;
}
.TagClassName
{
border-color: #182970;
}
</style>