Shades of Sapphire #182A5D
Tints of Sapphire #182A5D
RGB
CMYK
RGB Variations
Color information
#182A5D (or 0x182A5D) is known color: Sapphire. HEX triplet: 18, 2A and 5D. RGB value is (24,42,93). Sum of RGB (Red+Green+Blue) = 24+42+93=159 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15.09% from 159); Green value is 42 (16.80% from 255 or 26.42% from 159); Blue value is 93 (36.72% from 255 or 58.49% from 159); Max value from RGB is 93 - color contains mainly: blue. Hex color #182A5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182A5D is #E7D5A2. Grayscale: #2A2A2A. Windows color (decimal): -15193507 or 6105624. OLE color: 6105624.
HSL color Cylindrical-coordinate representation of color #182A5D: hue angle of 224.35º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #182A5D is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 42 | 93 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.64 |
| HSL | 224.35º | 0.59% | 0.23% | - |
| HSV(B) | 224.35º | 0.74% | 0.36% | - |
| XYZ | 3.18 | 2.64 | 10.7 | - |
| YUV | 42.43 | 156.54 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 42 | 93 | 0.74 | 0.55 | 0 | 0.64 | 224.35 | 0.59 | 0.23 |
| Hex | 18 | 2A | 5D | 4A | 37 | 0 | 40 | E0 | 3B | 17 |
| Octal | 30 | 52 | 135 | 112 | 67 | 0 | 100 | 340 | 73 | 27 |
| Binary | 11000 | 101010 | 1011101 | 1001010 | 110111 | 0 | 1000000 | 11100000 | 111011 | 10111 |
Color Harmonies of #182A5D
Complementary color
Monochromatic Colors of #182A5D
Black with #182A5D
Text Example
Text Example
White with #182A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182A5D; }
p { color: rgb(24,42,93); }
H1.HeaderClassName
{
color: #182A5D;
}
.AnyTagClassName
{
color: #182A5D;
}
</style>
background-color css
<style>
a { background-color: #182A5D; }
a { background-color: rgb(24,42,93); }
div.DivClassName
{
background-color: #182A5D;
}
.BgClassName
{
background-color: #182A5D;
}
</style>
border-color css
<style>
span { border-color: #182A5D; }
span { border-color: rgb(24,42,93); }
td.TdClassName
{
border-color: #182A5D;
}
.TagClassName
{
border-color: #182A5D;
}
</style>