Shades of Sapphire #182869
Tints of Sapphire #182869
RGB
CMYK
RGB Variations
Color information
#182869 (or 0x182869) is known color: Sapphire. HEX triplet: 18, 28 and 69. RGB value is (24,40,105). Sum of RGB (Red+Green+Blue) = 24+40+105=169 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.20% from 169); Green value is 40 (16.02% from 255 or 23.67% from 169); Blue value is 105 (41.41% from 255 or 62.13% from 169); Max value from RGB is 105 - color contains mainly: blue. Hex color #182869 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182869 is #E7D796. Grayscale: #2A2A2A. Windows color (decimal): -15194007 or 6891544. OLE color: 6891544.
HSL color Cylindrical-coordinate representation of color #182869: hue angle of 228.15º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #182869 is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 24 | 40 | 105 | - |
| CMYK | 0.77 | 0.62 | 0 | 0.59 |
| HSL | 228.15º | 0.63% | 0.25% | - |
| HSV(B) | 228.15º | 0.77% | 0.41% | - |
| XYZ | 3.69 | 2.73 | 13.7 | - |
| YUV | 42.63 | 163.2 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 40 | 105 | 0.77 | 0.62 | 0 | 0.59 | 228.15 | 0.63 | 0.25 |
| Hex | 18 | 28 | 69 | 4D | 3E | 0 | 3B | E4 | 3F | 19 |
| Octal | 30 | 50 | 151 | 115 | 76 | 0 | 73 | 344 | 77 | 31 |
| Binary | 11000 | 101000 | 1101001 | 1001101 | 111110 | 0 | 111011 | 11100100 | 111111 | 11001 |
Color Harmonies of #182869
Complementary color
Monochromatic Colors of #182869
Black with #182869
Text Example
Text Example
White with #182869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182869; }
p { color: rgb(24,40,105); }
H1.HeaderClassName
{
color: #182869;
}
.AnyTagClassName
{
color: #182869;
}
</style>
background-color css
<style>
a { background-color: #182869; }
a { background-color: rgb(24,40,105); }
div.DivClassName
{
background-color: #182869;
}
.BgClassName
{
background-color: #182869;
}
</style>
border-color css
<style>
span { border-color: #182869; }
span { border-color: rgb(24,40,105); }
td.TdClassName
{
border-color: #182869;
}
.TagClassName
{
border-color: #182869;
}
</style>