Shades of Sapphire #182B5D
Tints of Sapphire #182B5D
RGB
CMYK
RGB Variations
Color information
#182B5D (or 0x182B5D) is known color: Sapphire. HEX triplet: 18, 2B and 5D. RGB value is (24,43,93). Sum of RGB (Red+Green+Blue) = 24+43+93=160 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15% from 160); Green value is 43 (17.19% from 255 or 26.88% from 160); Blue value is 93 (36.72% from 255 or 58.12% from 160); Max value from RGB is 93 - color contains mainly: blue. Hex color #182B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182B5D is #E7D4A2. Grayscale: #2A2A2A. Windows color (decimal): -15193251 or 6105880. OLE color: 6105880.
HSL color Cylindrical-coordinate representation of color #182B5D: hue angle of 223.48º 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 #182B5D is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 43 | 93 | - |
| CMYK | 0.74 | 0.54 | 0 | 0.64 |
| HSL | 223.48º | 0.59% | 0.23% | - |
| HSV(B) | 223.48º | 0.74% | 0.36% | - |
| XYZ | 3.22 | 2.71 | 10.71 | - |
| YUV | 43.02 | 156.21 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 43 | 93 | 0.74 | 0.54 | 0 | 0.64 | 223.48 | 0.59 | 0.23 |
| Hex | 18 | 2B | 5D | 4A | 36 | 0 | 40 | DF | 3B | 17 |
| Octal | 30 | 53 | 135 | 112 | 66 | 0 | 100 | 337 | 73 | 27 |
| Binary | 11000 | 101011 | 1011101 | 1001010 | 110110 | 0 | 1000000 | 11011111 | 111011 | 10111 |
Color Harmonies of #182B5D
Complementary color
Monochromatic Colors of #182B5D
Black with #182B5D
Text Example
Text Example
White with #182B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182B5D; }
p { color: rgb(24,43,93); }
H1.HeaderClassName
{
color: #182B5D;
}
.AnyTagClassName
{
color: #182B5D;
}
</style>
background-color css
<style>
a { background-color: #182B5D; }
a { background-color: rgb(24,43,93); }
div.DivClassName
{
background-color: #182B5D;
}
.BgClassName
{
background-color: #182B5D;
}
</style>
border-color css
<style>
span { border-color: #182B5D; }
span { border-color: rgb(24,43,93); }
td.TdClassName
{
border-color: #182B5D;
}
.TagClassName
{
border-color: #182B5D;
}
</style>