Shades of Sapphire #183072
Tints of Sapphire #183072
RGB
CMYK
RGB Variations
Color information
#183072 (or 0x183072) is known color: Sapphire. HEX triplet: 18, 30 and 72. RGB value is (24,48,114). Sum of RGB (Red+Green+Blue) = 24+48+114=186 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.90% from 186); Green value is 48 (19.14% from 255 or 25.81% from 186); Blue value is 114 (44.92% from 255 or 61.29% from 186); Max value from RGB is 114 - color contains mainly: blue. Hex color #183072 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183072 is #E7CF8D. Grayscale: #303030. Windows color (decimal): -15191950 or 7483416. OLE color: 7483416.
HSL color Cylindrical-coordinate representation of color #183072: hue angle of 224º 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 #183072 is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 24 | 48 | 114 | - |
| CMYK | 0.79 | 0.58 | 0 | 0.55 |
| HSL | 224º | 0.65% | 0.27% | - |
| HSV(B) | 224º | 0.79% | 0.45% | - |
| XYZ | 4.47 | 3.52 | 16.36 | - |
| YUV | 48.35 | 165.05 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 48 | 114 | 0.79 | 0.58 | 0 | 0.55 | 224 | 0.65 | 0.27 |
| Hex | 18 | 30 | 72 | 4F | 3A | 0 | 37 | E0 | 41 | 1B |
| Octal | 30 | 60 | 162 | 117 | 72 | 0 | 67 | 340 | 101 | 33 |
| Binary | 11000 | 110000 | 1110010 | 1001111 | 111010 | 0 | 110111 | 11100000 | 1000001 | 11011 |
Color Harmonies of #183072
Complementary color
Monochromatic Colors of #183072
Black with #183072
Text Example
Text Example
White with #183072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183072; }
p { color: rgb(24,48,114); }
H1.HeaderClassName
{
color: #183072;
}
.AnyTagClassName
{
color: #183072;
}
</style>
background-color css
<style>
a { background-color: #183072; }
a { background-color: rgb(24,48,114); }
div.DivClassName
{
background-color: #183072;
}
.BgClassName
{
background-color: #183072;
}
</style>
border-color css
<style>
span { border-color: #183072; }
span { border-color: rgb(24,48,114); }
td.TdClassName
{
border-color: #183072;
}
.TagClassName
{
border-color: #183072;
}
</style>