Shades of Sapphire #182F63
Tints of Sapphire #182F63
RGB
CMYK
RGB Variations
Color information
#182F63 (or 0x182F63) is known color: Sapphire. HEX triplet: 18, 2F and 63. RGB value is (24,47,99). Sum of RGB (Red+Green+Blue) = 24+47+99=170 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.12% from 170); Green value is 47 (18.75% from 255 or 27.65% from 170); Blue value is 99 (39.06% from 255 or 58.24% from 170); Max value from RGB is 99 - color contains mainly: blue. Hex color #182F63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182F63 is #E7D09C. Grayscale: #2D2D2D. Windows color (decimal): -15192221 or 6500120. OLE color: 6500120.
HSL color Cylindrical-coordinate representation of color #182F63: hue angle of 221.6º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #182F63 is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 24 | 47 | 99 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.61 |
| HSL | 221.6º | 0.61% | 0.24% | - |
| HSV(B) | 221.6º | 0.76% | 0.39% | - |
| XYZ | 3.65 | 3.13 | 12.22 | - |
| YUV | 46.05 | 157.88 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 47 | 99 | 0.76 | 0.53 | 0 | 0.61 | 221.6 | 0.61 | 0.24 |
| Hex | 18 | 2F | 63 | 4C | 35 | 0 | 3D | DE | 3D | 18 |
| Octal | 30 | 57 | 143 | 114 | 65 | 0 | 75 | 336 | 75 | 30 |
| Binary | 11000 | 101111 | 1100011 | 1001100 | 110101 | 0 | 111101 | 11011110 | 111101 | 11000 |
Color Harmonies of #182F63
Complementary color
Monochromatic Colors of #182F63
Black with #182F63
Text Example
Text Example
White with #182F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182F63; }
p { color: rgb(24,47,99); }
H1.HeaderClassName
{
color: #182F63;
}
.AnyTagClassName
{
color: #182F63;
}
</style>
background-color css
<style>
a { background-color: #182F63; }
a { background-color: rgb(24,47,99); }
div.DivClassName
{
background-color: #182F63;
}
.BgClassName
{
background-color: #182F63;
}
</style>
border-color css
<style>
span { border-color: #182F63; }
span { border-color: rgb(24,47,99); }
td.TdClassName
{
border-color: #182F63;
}
.TagClassName
{
border-color: #182F63;
}
</style>