Shades of Sapphire #182768
Tints of Sapphire #182768
RGB
CMYK
RGB Variations
Color information
#182768 (or 0x182768) is known color: Sapphire. HEX triplet: 18, 27 and 68. RGB value is (24,39,104). Sum of RGB (Red+Green+Blue) = 24+39+104=167 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.37% from 167); Green value is 39 (15.62% from 255 or 23.35% from 167); Blue value is 104 (41.02% from 255 or 62.28% from 167); Max value from RGB is 104 - color contains mainly: blue. Hex color #182768 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182768 is #E7D897. Grayscale: #292929. Windows color (decimal): -15194264 or 6825752. OLE color: 6825752.
HSL color Cylindrical-coordinate representation of color #182768: hue angle of 228.75º degrees, saturation: 0.62, 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 #182768 is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 24 | 39 | 104 | - |
| CMYK | 0.77 | 0.62 | 0 | 0.59 |
| HSL | 228.75º | 0.63% | 0.25% | - |
| HSV(B) | 228.75º | 0.77% | 0.41% | - |
| XYZ | 3.6 | 2.64 | 13.42 | - |
| YUV | 41.93 | 163.03 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 39 | 104 | 0.77 | 0.62 | 0 | 0.59 | 228.75 | 0.63 | 0.25 |
| Hex | 18 | 27 | 68 | 4D | 3E | 0 | 3B | E5 | 3E | 19 |
| Octal | 30 | 47 | 150 | 115 | 76 | 0 | 73 | 345 | 76 | 31 |
| Binary | 11000 | 100111 | 1101000 | 1001101 | 111110 | 0 | 111011 | 11100101 | 111110 | 11001 |
Color Harmonies of #182768
Complementary color
Monochromatic Colors of #182768
Black with #182768
Text Example
Text Example
White with #182768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182768; }
p { color: rgb(24,39,104); }
H1.HeaderClassName
{
color: #182768;
}
.AnyTagClassName
{
color: #182768;
}
</style>
background-color css
<style>
a { background-color: #182768; }
a { background-color: rgb(24,39,104); }
div.DivClassName
{
background-color: #182768;
}
.BgClassName
{
background-color: #182768;
}
</style>
border-color css
<style>
span { border-color: #182768; }
span { border-color: rgb(24,39,104); }
td.TdClassName
{
border-color: #182768;
}
.TagClassName
{
border-color: #182768;
}
</style>