Shades of Sapphire #182866
Tints of Sapphire #182866
RGB
CMYK
RGB Variations
Color information
#182866 (or 0x182866) is known color: Sapphire. HEX triplet: 18, 28 and 66. RGB value is (24,40,102). Sum of RGB (Red+Green+Blue) = 24+40+102=166 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.46% from 166); Green value is 40 (16.02% from 255 or 24.10% from 166); Blue value is 102 (40.23% from 255 or 61.45% from 166); Max value from RGB is 102 - color contains mainly: blue. Hex color #182866 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182866 is #E7D799. Grayscale: #2A2A2A. Windows color (decimal): -15194010 or 6694936. OLE color: 6694936.
HSL color Cylindrical-coordinate representation of color #182866: hue angle of 227.69º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #182866 is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 24 | 40 | 102 | - |
| CMYK | 0.76 | 0.61 | 0 | 0.6 |
| HSL | 227.69º | 0.62% | 0.25% | - |
| HSV(B) | 227.69º | 0.76% | 0.4% | - |
| XYZ | 3.53 | 2.67 | 12.9 | - |
| YUV | 42.28 | 161.7 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 40 | 102 | 0.76 | 0.61 | 0 | 0.6 | 227.69 | 0.62 | 0.25 |
| Hex | 18 | 28 | 66 | 4C | 3D | 0 | 3C | E4 | 3E | 19 |
| Octal | 30 | 50 | 146 | 114 | 75 | 0 | 74 | 344 | 76 | 31 |
| Binary | 11000 | 101000 | 1100110 | 1001100 | 111101 | 0 | 111100 | 11100100 | 111110 | 11001 |
Color Harmonies of #182866
Complementary color
Monochromatic Colors of #182866
Black with #182866
Text Example
Text Example
White with #182866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182866; }
p { color: rgb(24,40,102); }
H1.HeaderClassName
{
color: #182866;
}
.AnyTagClassName
{
color: #182866;
}
</style>
background-color css
<style>
a { background-color: #182866; }
a { background-color: rgb(24,40,102); }
div.DivClassName
{
background-color: #182866;
}
.BgClassName
{
background-color: #182866;
}
</style>
border-color css
<style>
span { border-color: #182866; }
span { border-color: rgb(24,40,102); }
td.TdClassName
{
border-color: #182866;
}
.TagClassName
{
border-color: #182866;
}
</style>