Shades of Sapphire #183579
Tints of Sapphire #183579
RGB
CMYK
RGB Variations
Color information
#183579 (or 0x183579) is known color: Sapphire. HEX triplet: 18, 35 and 79. RGB value is (24,53,121). Sum of RGB (Red+Green+Blue) = 24+53+121=198 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.12% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 121 (47.66% from 255 or 61.11% from 198); Max value from RGB is 121 - color contains mainly: blue. Hex color #183579 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183579 is #E7CA86. Grayscale: #333333. Windows color (decimal): -15190663 or 7943448. OLE color: 7943448.
HSL color Cylindrical-coordinate representation of color #183579: hue angle of 222.06º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #183579 is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 24 | 53 | 121 | - |
| CMYK | 0.80 | 0.56 | 0 | 0.53 |
| HSL | 222.06º | 0.67% | 0.28% | - |
| HSV(B) | 222.06º | 0.8% | 0.47% | - |
| XYZ | 5.1 | 4.12 | 18.62 | - |
| YUV | 52.08 | 166.89 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 53 | 121 | 0.80 | 0.56 | 0 | 0.53 | 222.06 | 0.67 | 0.28 |
| Hex | 18 | 35 | 79 | 50 | 38 | 0 | 35 | DE | 43 | 1C |
| Octal | 30 | 65 | 171 | 120 | 70 | 0 | 65 | 336 | 103 | 34 |
| Binary | 11000 | 110101 | 1111001 | 1010000 | 111000 | 0 | 110101 | 11011110 | 1000011 | 11100 |
Color Harmonies of #183579
Complementary color
Monochromatic Colors of #183579
Black with #183579
Text Example
Text Example
White with #183579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183579; }
p { color: rgb(24,53,121); }
H1.HeaderClassName
{
color: #183579;
}
.AnyTagClassName
{
color: #183579;
}
</style>
background-color css
<style>
a { background-color: #183579; }
a { background-color: rgb(24,53,121); }
div.DivClassName
{
background-color: #183579;
}
.BgClassName
{
background-color: #183579;
}
</style>
border-color css
<style>
span { border-color: #183579; }
span { border-color: rgb(24,53,121); }
td.TdClassName
{
border-color: #183579;
}
.TagClassName
{
border-color: #183579;
}
</style>