Shades of Sapphire #182C62
Tints of Sapphire #182C62
RGB
CMYK
RGB Variations
Color information
#182C62 (or 0x182C62) is known color: Sapphire. HEX triplet: 18, 2C and 62. RGB value is (24,44,98). Sum of RGB (Red+Green+Blue) = 24+44+98=166 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.46% from 166); Green value is 44 (17.58% from 255 or 26.51% from 166); Blue value is 98 (38.67% from 255 or 59.04% from 166); Max value from RGB is 98 - color contains mainly: blue. Hex color #182C62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182C62 is #E7D39D. Grayscale: #2B2B2B. Windows color (decimal): -15192990 or 6433816. OLE color: 6433816.
HSL color Cylindrical-coordinate representation of color #182C62: hue angle of 223.78º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #182C62 is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 24 | 44 | 98 | - |
| CMYK | 0.76 | 0.55 | 0 | 0.62 |
| HSL | 223.78º | 0.61% | 0.24% | - |
| HSV(B) | 223.78º | 0.76% | 0.38% | - |
| XYZ | 3.48 | 2.88 | 11.93 | - |
| YUV | 44.18 | 158.37 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 44 | 98 | 0.76 | 0.55 | 0 | 0.62 | 223.78 | 0.61 | 0.24 |
| Hex | 18 | 2C | 62 | 4C | 37 | 0 | 3E | E0 | 3D | 18 |
| Octal | 30 | 54 | 142 | 114 | 67 | 0 | 76 | 340 | 75 | 30 |
| Binary | 11000 | 101100 | 1100010 | 1001100 | 110111 | 0 | 111110 | 11100000 | 111101 | 11000 |
Color Harmonies of #182C62
Complementary color
Monochromatic Colors of #182C62
Black with #182C62
Text Example
Text Example
White with #182C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182C62; }
p { color: rgb(24,44,98); }
H1.HeaderClassName
{
color: #182C62;
}
.AnyTagClassName
{
color: #182C62;
}
</style>
background-color css
<style>
a { background-color: #182C62; }
a { background-color: rgb(24,44,98); }
div.DivClassName
{
background-color: #182C62;
}
.BgClassName
{
background-color: #182C62;
}
</style>
border-color css
<style>
span { border-color: #182C62; }
span { border-color: rgb(24,44,98); }
td.TdClassName
{
border-color: #182C62;
}
.TagClassName
{
border-color: #182C62;
}
</style>