Shades of Sapphire #183264
Tints of Sapphire #183264
RGB
CMYK
RGB Variations
Color information
#183264 (or 0x183264) is known color: Sapphire. HEX triplet: 18, 32 and 64. RGB value is (24,50,100). Sum of RGB (Red+Green+Blue) = 24+50+100=174 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.79% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 100 (39.45% from 255 or 57.47% from 174); Max value from RGB is 100 - color contains mainly: blue. Hex color #183264 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183264 is #E7CD9B. Grayscale: #2F2F2F. Windows color (decimal): -15191452 or 6566424. OLE color: 6566424.
HSL color Cylindrical-coordinate representation of color #183264: hue angle of 219.47º 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 #183264 is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 24 | 50 | 100 | - |
| CMYK | 0.76 | 0.50 | 0 | 0.61 |
| HSL | 219.47º | 0.61% | 0.24% | - |
| HSV(B) | 219.47º | 0.76% | 0.39% | - |
| XYZ | 3.82 | 3.4 | 12.51 | - |
| YUV | 47.93 | 157.39 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 50 | 100 | 0.76 | 0.50 | 0 | 0.61 | 219.47 | 0.61 | 0.24 |
| Hex | 18 | 32 | 64 | 4C | 32 | 0 | 3D | DB | 3D | 18 |
| Octal | 30 | 62 | 144 | 114 | 62 | 0 | 75 | 333 | 75 | 30 |
| Binary | 11000 | 110010 | 1100100 | 1001100 | 110010 | 0 | 111101 | 11011011 | 111101 | 11000 |
Color Harmonies of #183264
Complementary color
Monochromatic Colors of #183264
Black with #183264
Text Example
Text Example
White with #183264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183264; }
p { color: rgb(24,50,100); }
H1.HeaderClassName
{
color: #183264;
}
.AnyTagClassName
{
color: #183264;
}
</style>
background-color css
<style>
a { background-color: #183264; }
a { background-color: rgb(24,50,100); }
div.DivClassName
{
background-color: #183264;
}
.BgClassName
{
background-color: #183264;
}
</style>
border-color css
<style>
span { border-color: #183264; }
span { border-color: rgb(24,50,100); }
td.TdClassName
{
border-color: #183264;
}
.TagClassName
{
border-color: #183264;
}
</style>