Shades of Sapphire #182E6A
Tints of Sapphire #182E6A
RGB
CMYK
RGB Variations
Color information
#182E6A (or 0x182E6A) is known color: Sapphire. HEX triplet: 18, 2E and 6A. RGB value is (24,46,106). Sum of RGB (Red+Green+Blue) = 24+46+106=176 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.64% from 176); Green value is 46 (18.36% from 255 or 26.14% from 176); Blue value is 106 (41.80% from 255 or 60.23% from 176); Max value from RGB is 106 - color contains mainly: blue. Hex color #182E6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182E6A is #E7D195. Grayscale: #2E2E2E. Windows color (decimal): -15192470 or 6958616. OLE color: 6958616.
HSL color Cylindrical-coordinate representation of color #182E6A: hue angle of 223.9º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #182E6A is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 24 | 46 | 106 | - |
| CMYK | 0.77 | 0.57 | 0 | 0.58 |
| HSL | 223.9º | 0.63% | 0.25% | - |
| HSV(B) | 223.9º | 0.77% | 0.42% | - |
| XYZ | 3.96 | 3.19 | 14.04 | - |
| YUV | 46.26 | 161.71 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 46 | 106 | 0.77 | 0.57 | 0 | 0.58 | 223.9 | 0.63 | 0.25 |
| Hex | 18 | 2E | 6A | 4D | 39 | 0 | 3A | E0 | 3F | 19 |
| Octal | 30 | 56 | 152 | 115 | 71 | 0 | 72 | 340 | 77 | 31 |
| Binary | 11000 | 101110 | 1101010 | 1001101 | 111001 | 0 | 111010 | 11100000 | 111111 | 11001 |
Color Harmonies of #182E6A
Complementary color
Monochromatic Colors of #182E6A
Black with #182E6A
Text Example
Text Example
White with #182E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182E6A; }
p { color: rgb(24,46,106); }
H1.HeaderClassName
{
color: #182E6A;
}
.AnyTagClassName
{
color: #182E6A;
}
</style>
background-color css
<style>
a { background-color: #182E6A; }
a { background-color: rgb(24,46,106); }
div.DivClassName
{
background-color: #182E6A;
}
.BgClassName
{
background-color: #182E6A;
}
</style>
border-color css
<style>
span { border-color: #182E6A; }
span { border-color: rgb(24,46,106); }
td.TdClassName
{
border-color: #182E6A;
}
.TagClassName
{
border-color: #182E6A;
}
</style>