Shades of Sapphire #182A56
Tints of Sapphire #182A56
RGB
CMYK
RGB Variations
Color information
#182A56 (or 0x182A56) is known color: Sapphire. HEX triplet: 18, 2A and 56. RGB value is (24,42,86). Sum of RGB (Red+Green+Blue) = 24+42+86=152 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.79% from 152); Green value is 42 (16.80% from 255 or 27.63% from 152); Blue value is 86 (33.98% from 255 or 56.58% from 152); Max value from RGB is 86 - color contains mainly: blue. Hex color #182A56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182A56 is #E7D5A9. Grayscale: #292929. Windows color (decimal): -15193514 or 5646872. OLE color: 5646872.
HSL color Cylindrical-coordinate representation of color #182A56: hue angle of 222.58º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #182A56 is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 24 | 42 | 86 | - |
| CMYK | 0.72 | 0.51 | 0 | 0.66 |
| HSL | 222.58º | 0.56% | 0.22% | - |
| HSV(B) | 222.58º | 0.72% | 0.34% | - |
| XYZ | 2.88 | 2.52 | 9.14 | - |
| YUV | 41.63 | 153.04 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 42 | 86 | 0.72 | 0.51 | 0 | 0.66 | 222.58 | 0.56 | 0.22 |
| Hex | 18 | 2A | 56 | 48 | 33 | 0 | 42 | DF | 38 | 16 |
| Octal | 30 | 52 | 126 | 110 | 63 | 0 | 102 | 337 | 70 | 26 |
| Binary | 11000 | 101010 | 1010110 | 1001000 | 110011 | 0 | 1000010 | 11011111 | 111000 | 10110 |
Color Harmonies of #182A56
Complementary color
Monochromatic Colors of #182A56
Black with #182A56
Text Example
Text Example
White with #182A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182A56; }
p { color: rgb(24,42,86); }
H1.HeaderClassName
{
color: #182A56;
}
.AnyTagClassName
{
color: #182A56;
}
</style>
background-color css
<style>
a { background-color: #182A56; }
a { background-color: rgb(24,42,86); }
div.DivClassName
{
background-color: #182A56;
}
.BgClassName
{
background-color: #182A56;
}
</style>
border-color css
<style>
span { border-color: #182A56; }
span { border-color: rgb(24,42,86); }
td.TdClassName
{
border-color: #182A56;
}
.TagClassName
{
border-color: #182A56;
}
</style>