Shades of Sapphire #182C5B
Tints of Sapphire #182C5B
RGB
CMYK
RGB Variations
Color information
#182C5B (or 0x182C5B) is known color: Sapphire. HEX triplet: 18, 2C and 5B. RGB value is (24,44,91). Sum of RGB (Red+Green+Blue) = 24+44+91=159 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15.09% from 159); Green value is 44 (17.58% from 255 or 27.67% from 159); Blue value is 91 (35.94% from 255 or 57.23% from 159); Max value from RGB is 91 - color contains mainly: blue. Hex color #182C5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182C5B is #E7D3A4. Grayscale: #2B2B2B. Windows color (decimal): -15192997 or 5975064. OLE color: 5975064.
HSL color Cylindrical-coordinate representation of color #182C5B: hue angle of 222.09º degrees, saturation: 0.58, 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 #182C5B is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 44 | 91 | - |
| CMYK | 0.74 | 0.52 | 0 | 0.64 |
| HSL | 222.09º | 0.58% | 0.23% | - |
| HSV(B) | 222.09º | 0.74% | 0.36% | - |
| XYZ | 3.17 | 2.75 | 10.26 | - |
| YUV | 43.38 | 154.87 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 44 | 91 | 0.74 | 0.52 | 0 | 0.64 | 222.09 | 0.58 | 0.23 |
| Hex | 18 | 2C | 5B | 4A | 34 | 0 | 40 | DE | 3A | 17 |
| Octal | 30 | 54 | 133 | 112 | 64 | 0 | 100 | 336 | 72 | 27 |
| Binary | 11000 | 101100 | 1011011 | 1001010 | 110100 | 0 | 1000000 | 11011110 | 111010 | 10111 |
Color Harmonies of #182C5B
Complementary color
Monochromatic Colors of #182C5B
Black with #182C5B
Text Example
Text Example
White with #182C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182C5B; }
p { color: rgb(24,44,91); }
H1.HeaderClassName
{
color: #182C5B;
}
.AnyTagClassName
{
color: #182C5B;
}
</style>
background-color css
<style>
a { background-color: #182C5B; }
a { background-color: rgb(24,44,91); }
div.DivClassName
{
background-color: #182C5B;
}
.BgClassName
{
background-color: #182C5B;
}
</style>
border-color css
<style>
span { border-color: #182C5B; }
span { border-color: rgb(24,44,91); }
td.TdClassName
{
border-color: #182C5B;
}
.TagClassName
{
border-color: #182C5B;
}
</style>