Shades of Sapphire #182D61
Tints of Sapphire #182D61
RGB
CMYK
RGB Variations
Color information
#182D61 (or 0x182D61) is known color: Sapphire. HEX triplet: 18, 2D and 61. RGB value is (24,45,97). Sum of RGB (Red+Green+Blue) = 24+45+97=166 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.46% from 166); Green value is 45 (17.97% from 255 or 27.11% from 166); Blue value is 97 (38.28% from 255 or 58.43% from 166); Max value from RGB is 97 - color contains mainly: blue. Hex color #182D61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182D61 is #E7D29E. Grayscale: #2C2C2C. Windows color (decimal): -15192735 or 6368536. OLE color: 6368536.
HSL color Cylindrical-coordinate representation of color #182D61: hue angle of 222.74º 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 #182D61 is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 24 | 45 | 97 | - |
| CMYK | 0.75 | 0.54 | 0 | 0.62 |
| HSL | 222.74º | 0.6% | 0.24% | - |
| HSV(B) | 222.74º | 0.75% | 0.38% | - |
| XYZ | 3.47 | 2.93 | 11.69 | - |
| YUV | 44.65 | 157.54 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 45 | 97 | 0.75 | 0.54 | 0 | 0.62 | 222.74 | 0.6 | 0.24 |
| Hex | 18 | 2D | 61 | 4B | 36 | 0 | 3E | DF | 3C | 18 |
| Octal | 30 | 55 | 141 | 113 | 66 | 0 | 76 | 337 | 74 | 30 |
| Binary | 11000 | 101101 | 1100001 | 1001011 | 110110 | 0 | 111110 | 11011111 | 111100 | 11000 |
Color Harmonies of #182D61
Complementary color
Monochromatic Colors of #182D61
Black with #182D61
Text Example
Text Example
White with #182D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182D61; }
p { color: rgb(24,45,97); }
H1.HeaderClassName
{
color: #182D61;
}
.AnyTagClassName
{
color: #182D61;
}
</style>
background-color css
<style>
a { background-color: #182D61; }
a { background-color: rgb(24,45,97); }
div.DivClassName
{
background-color: #182D61;
}
.BgClassName
{
background-color: #182D61;
}
</style>
border-color css
<style>
span { border-color: #182D61; }
span { border-color: rgb(24,45,97); }
td.TdClassName
{
border-color: #182D61;
}
.TagClassName
{
border-color: #182D61;
}
</style>