Shades of Sapphire #182D5D
Tints of Sapphire #182D5D
RGB
CMYK
RGB Variations
Color information
#182D5D (or 0x182D5D) is known color: Sapphire. HEX triplet: 18, 2D and 5D. RGB value is (24,45,93). Sum of RGB (Red+Green+Blue) = 24+45+93=162 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.81% from 162); Green value is 45 (17.97% from 255 or 27.78% from 162); Blue value is 93 (36.72% from 255 or 57.41% from 162); Max value from RGB is 93 - color contains mainly: blue. Hex color #182D5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182D5D is #E7D2A2. Grayscale: #2B2B2B. Windows color (decimal): -15192739 or 6106392. OLE color: 6106392.
HSL color Cylindrical-coordinate representation of color #182D5D: hue angle of 221.74º 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 #182D5D is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 45 | 93 | - |
| CMYK | 0.74 | 0.52 | 0 | 0.64 |
| HSL | 221.74º | 0.59% | 0.23% | - |
| HSV(B) | 221.74º | 0.74% | 0.36% | - |
| XYZ | 3.29 | 2.86 | 10.73 | - |
| YUV | 44.19 | 155.54 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 45 | 93 | 0.74 | 0.52 | 0 | 0.64 | 221.74 | 0.59 | 0.23 |
| Hex | 18 | 2D | 5D | 4A | 34 | 0 | 40 | DE | 3B | 17 |
| Octal | 30 | 55 | 135 | 112 | 64 | 0 | 100 | 336 | 73 | 27 |
| Binary | 11000 | 101101 | 1011101 | 1001010 | 110100 | 0 | 1000000 | 11011110 | 111011 | 10111 |
Color Harmonies of #182D5D
Complementary color
Monochromatic Colors of #182D5D
Black with #182D5D
Text Example
Text Example
White with #182D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182D5D; }
p { color: rgb(24,45,93); }
H1.HeaderClassName
{
color: #182D5D;
}
.AnyTagClassName
{
color: #182D5D;
}
</style>
background-color css
<style>
a { background-color: #182D5D; }
a { background-color: rgb(24,45,93); }
div.DivClassName
{
background-color: #182D5D;
}
.BgClassName
{
background-color: #182D5D;
}
</style>
border-color css
<style>
span { border-color: #182D5D; }
span { border-color: rgb(24,45,93); }
td.TdClassName
{
border-color: #182D5D;
}
.TagClassName
{
border-color: #182D5D;
}
</style>