Shades of Sapphire #182C60
Tints of Sapphire #182C60
RGB
CMYK
RGB Variations
Color information
#182C60 (or 0x182C60) is known color: Sapphire. HEX triplet: 18, 2C and 60. RGB value is (24,44,96). Sum of RGB (Red+Green+Blue) = 24+44+96=164 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.63% from 164); Green value is 44 (17.58% from 255 or 26.83% from 164); Blue value is 96 (37.89% from 255 or 58.54% from 164); Max value from RGB is 96 - color contains mainly: blue. Hex color #182C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182C60 is #E7D39F. Grayscale: #2B2B2B. Windows color (decimal): -15192992 or 6302744. OLE color: 6302744.
HSL color Cylindrical-coordinate representation of color #182C60: hue angle of 223.33º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #182C60 is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 24 | 44 | 96 | - |
| CMYK | 0.75 | 0.54 | 0 | 0.62 |
| HSL | 223.33º | 0.6% | 0.24% | - |
| HSV(B) | 223.33º | 0.75% | 0.38% | - |
| XYZ | 3.39 | 2.84 | 11.44 | - |
| YUV | 43.95 | 157.37 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 44 | 96 | 0.75 | 0.54 | 0 | 0.62 | 223.33 | 0.6 | 0.24 |
| Hex | 18 | 2C | 60 | 4B | 36 | 0 | 3E | DF | 3C | 18 |
| Octal | 30 | 54 | 140 | 113 | 66 | 0 | 76 | 337 | 74 | 30 |
| Binary | 11000 | 101100 | 1100000 | 1001011 | 110110 | 0 | 111110 | 11011111 | 111100 | 11000 |
Color Harmonies of #182C60
Complementary color
Monochromatic Colors of #182C60
Black with #182C60
Text Example
Text Example
White with #182C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182C60; }
p { color: rgb(24,44,96); }
H1.HeaderClassName
{
color: #182C60;
}
.AnyTagClassName
{
color: #182C60;
}
</style>
background-color css
<style>
a { background-color: #182C60; }
a { background-color: rgb(24,44,96); }
div.DivClassName
{
background-color: #182C60;
}
.BgClassName
{
background-color: #182C60;
}
</style>
border-color css
<style>
span { border-color: #182C60; }
span { border-color: rgb(24,44,96); }
td.TdClassName
{
border-color: #182C60;
}
.TagClassName
{
border-color: #182C60;
}
</style>