Shades of Sapphire #182972
Tints of Sapphire #182972
RGB
CMYK
RGB Variations
Color information
#182972 (or 0x182972) is known color: Sapphire. HEX triplet: 18, 29 and 72. RGB value is (24,41,114). Sum of RGB (Red+Green+Blue) = 24+41+114=179 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.41% from 179); Green value is 41 (16.41% from 255 or 22.91% from 179); Blue value is 114 (44.92% from 255 or 63.69% from 179); Max value from RGB is 114 - color contains mainly: blue. Hex color #182972 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182972 is #E7D68D. Grayscale: #2B2B2B. Windows color (decimal): -15193742 or 7481624. OLE color: 7481624.
HSL color Cylindrical-coordinate representation of color #182972: hue angle of 228.67º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #182972 is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 24 | 41 | 114 | - |
| CMYK | 0.79 | 0.64 | 0 | 0.55 |
| HSL | 228.67º | 0.65% | 0.27% | - |
| HSV(B) | 228.67º | 0.79% | 0.45% | - |
| XYZ | 4.21 | 2.99 | 16.28 | - |
| YUV | 44.24 | 167.37 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 41 | 114 | 0.79 | 0.64 | 0 | 0.55 | 228.67 | 0.65 | 0.27 |
| Hex | 18 | 29 | 72 | 4F | 40 | 0 | 37 | E5 | 41 | 1B |
| Octal | 30 | 51 | 162 | 117 | 100 | 0 | 67 | 345 | 101 | 33 |
| Binary | 11000 | 101001 | 1110010 | 1001111 | 1000000 | 0 | 110111 | 11100101 | 1000001 | 11011 |
Color Harmonies of #182972
Complementary color
Monochromatic Colors of #182972
Black with #182972
Text Example
Text Example
White with #182972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182972; }
p { color: rgb(24,41,114); }
H1.HeaderClassName
{
color: #182972;
}
.AnyTagClassName
{
color: #182972;
}
</style>
background-color css
<style>
a { background-color: #182972; }
a { background-color: rgb(24,41,114); }
div.DivClassName
{
background-color: #182972;
}
.BgClassName
{
background-color: #182972;
}
</style>
border-color css
<style>
span { border-color: #182972; }
span { border-color: rgb(24,41,114); }
td.TdClassName
{
border-color: #182972;
}
.TagClassName
{
border-color: #182972;
}
</style>