Shades of Sapphire #182D73
Tints of Sapphire #182D73
RGB
CMYK
RGB Variations
Color information
#182D73 (or 0x182D73) is known color: Sapphire. HEX triplet: 18, 2D and 73. RGB value is (24,45,115). Sum of RGB (Red+Green+Blue) = 24+45+115=184 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.04% from 184); Green value is 45 (17.97% from 255 or 24.46% from 184); Blue value is 115 (45.31% from 255 or 62.5% from 184); Max value from RGB is 115 - color contains mainly: blue. Hex color #182D73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182D73 is #E7D28C. Grayscale: #2E2E2E. Windows color (decimal): -15192717 or 7548184. OLE color: 7548184.
HSL color Cylindrical-coordinate representation of color #182D73: hue angle of 226.15º 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 #182D73 is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 24 | 45 | 115 | - |
| CMYK | 0.79 | 0.61 | 0 | 0.55 |
| HSL | 226.15º | 0.65% | 0.27% | - |
| HSV(B) | 226.15º | 0.79% | 0.45% | - |
| XYZ | 4.41 | 3.31 | 16.63 | - |
| YUV | 46.7 | 166.54 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 45 | 115 | 0.79 | 0.61 | 0 | 0.55 | 226.15 | 0.65 | 0.27 |
| Hex | 18 | 2D | 73 | 4F | 3D | 0 | 37 | E2 | 41 | 1B |
| Octal | 30 | 55 | 163 | 117 | 75 | 0 | 67 | 342 | 101 | 33 |
| Binary | 11000 | 101101 | 1110011 | 1001111 | 111101 | 0 | 110111 | 11100010 | 1000001 | 11011 |
Color Harmonies of #182D73
Complementary color
Monochromatic Colors of #182D73
Black with #182D73
Text Example
Text Example
White with #182D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182D73; }
p { color: rgb(24,45,115); }
H1.HeaderClassName
{
color: #182D73;
}
.AnyTagClassName
{
color: #182D73;
}
</style>
background-color css
<style>
a { background-color: #182D73; }
a { background-color: rgb(24,45,115); }
div.DivClassName
{
background-color: #182D73;
}
.BgClassName
{
background-color: #182D73;
}
</style>
border-color css
<style>
span { border-color: #182D73; }
span { border-color: rgb(24,45,115); }
td.TdClassName
{
border-color: #182D73;
}
.TagClassName
{
border-color: #182D73;
}
</style>