Shades of Sapphire #182A62
Tints of Sapphire #182A62
RGB
CMYK
RGB Variations
Color information
#182A62 (or 0x182A62) is known color: Sapphire. HEX triplet: 18, 2A and 62. RGB value is (24,42,98). Sum of RGB (Red+Green+Blue) = 24+42+98=164 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.63% from 164); Green value is 42 (16.80% from 255 or 25.61% from 164); Blue value is 98 (38.67% from 255 or 59.76% from 164); Max value from RGB is 98 - color contains mainly: blue. Hex color #182A62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182A62 is #E7D59D. Grayscale: #2A2A2A. Windows color (decimal): -15193502 or 6433304. OLE color: 6433304.
HSL color Cylindrical-coordinate representation of color #182A62: hue angle of 225.41º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #182A62 is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 24 | 42 | 98 | - |
| CMYK | 0.76 | 0.57 | 0 | 0.62 |
| HSL | 225.41º | 0.61% | 0.24% | - |
| HSV(B) | 225.41º | 0.76% | 0.38% | - |
| XYZ | 3.41 | 2.73 | 11.9 | - |
| YUV | 43 | 159.04 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 42 | 98 | 0.76 | 0.57 | 0 | 0.62 | 225.41 | 0.61 | 0.24 |
| Hex | 18 | 2A | 62 | 4C | 39 | 0 | 3E | E1 | 3D | 18 |
| Octal | 30 | 52 | 142 | 114 | 71 | 0 | 76 | 341 | 75 | 30 |
| Binary | 11000 | 101010 | 1100010 | 1001100 | 111001 | 0 | 111110 | 11100001 | 111101 | 11000 |
Color Harmonies of #182A62
Complementary color
Monochromatic Colors of #182A62
Black with #182A62
Text Example
Text Example
White with #182A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182A62; }
p { color: rgb(24,42,98); }
H1.HeaderClassName
{
color: #182A62;
}
.AnyTagClassName
{
color: #182A62;
}
</style>
background-color css
<style>
a { background-color: #182A62; }
a { background-color: rgb(24,42,98); }
div.DivClassName
{
background-color: #182A62;
}
.BgClassName
{
background-color: #182A62;
}
</style>
border-color css
<style>
span { border-color: #182A62; }
span { border-color: rgb(24,42,98); }
td.TdClassName
{
border-color: #182A62;
}
.TagClassName
{
border-color: #182A62;
}
</style>