Shades of Sapphire #182961
Tints of Sapphire #182961
RGB
CMYK
RGB Variations
Color information
#182961 (or 0x182961) is known color: Sapphire. HEX triplet: 18, 29 and 61. RGB value is (24,41,97). Sum of RGB (Red+Green+Blue) = 24+41+97=162 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.81% from 162); Green value is 41 (16.41% from 255 or 25.31% from 162); Blue value is 97 (38.28% from 255 or 59.88% from 162); Max value from RGB is 97 - color contains mainly: blue. Hex color #182961 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182961 is #E7D69E. Grayscale: #2A2A2A. Windows color (decimal): -15193759 or 6367512. OLE color: 6367512.
HSL color Cylindrical-coordinate representation of color #182961: hue angle of 226.03º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #182961 is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 24 | 41 | 97 | - |
| CMYK | 0.75 | 0.58 | 0 | 0.62 |
| HSL | 226.03º | 0.6% | 0.24% | - |
| HSV(B) | 226.03º | 0.75% | 0.38% | - |
| XYZ | 3.33 | 2.64 | 11.64 | - |
| YUV | 42.3 | 158.87 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 41 | 97 | 0.75 | 0.58 | 0 | 0.62 | 226.03 | 0.6 | 0.24 |
| Hex | 18 | 29 | 61 | 4B | 3A | 0 | 3E | E2 | 3C | 18 |
| Octal | 30 | 51 | 141 | 113 | 72 | 0 | 76 | 342 | 74 | 30 |
| Binary | 11000 | 101001 | 1100001 | 1001011 | 111010 | 0 | 111110 | 11100010 | 111100 | 11000 |
Color Harmonies of #182961
Complementary color
Monochromatic Colors of #182961
Black with #182961
Text Example
Text Example
White with #182961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182961; }
p { color: rgb(24,41,97); }
H1.HeaderClassName
{
color: #182961;
}
.AnyTagClassName
{
color: #182961;
}
</style>
background-color css
<style>
a { background-color: #182961; }
a { background-color: rgb(24,41,97); }
div.DivClassName
{
background-color: #182961;
}
.BgClassName
{
background-color: #182961;
}
</style>
border-color css
<style>
span { border-color: #182961; }
span { border-color: rgb(24,41,97); }
td.TdClassName
{
border-color: #182961;
}
.TagClassName
{
border-color: #182961;
}
</style>