Shades of Sapphire #18356C
Tints of Sapphire #18356C
RGB
CMYK
RGB Variations
Color information
#18356C (or 0x18356C) is known color: Sapphire. HEX triplet: 18, 35 and 6C. RGB value is (24,53,108). Sum of RGB (Red+Green+Blue) = 24+53+108=185 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.97% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 108 (42.58% from 255 or 58.38% from 185); Max value from RGB is 108 - color contains mainly: blue. Hex color #18356C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18356C is #E7CA93. Grayscale: #323232. Windows color (decimal): -15190676 or 7091480. OLE color: 7091480.
HSL color Cylindrical-coordinate representation of color #18356C: hue angle of 219.29º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18356C is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 24 | 53 | 108 | - |
| CMYK | 0.78 | 0.51 | 0 | 0.58 |
| HSL | 219.29º | 0.64% | 0.26% | - |
| HSV(B) | 219.29º | 0.78% | 0.42% | - |
| XYZ | 4.36 | 3.82 | 14.7 | - |
| YUV | 50.6 | 160.39 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 53 | 108 | 0.78 | 0.51 | 0 | 0.58 | 219.29 | 0.64 | 0.26 |
| Hex | 18 | 35 | 6C | 4E | 33 | 0 | 3A | DB | 40 | 1A |
| Octal | 30 | 65 | 154 | 116 | 63 | 0 | 72 | 333 | 100 | 32 |
| Binary | 11000 | 110101 | 1101100 | 1001110 | 110011 | 0 | 111010 | 11011011 | 1000000 | 11010 |
Color Harmonies of #18356C
Complementary color
Monochromatic Colors of #18356C
Black with #18356C
Text Example
Text Example
White with #18356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18356C; }
p { color: rgb(24,53,108); }
H1.HeaderClassName
{
color: #18356C;
}
.AnyTagClassName
{
color: #18356C;
}
</style>
background-color css
<style>
a { background-color: #18356C; }
a { background-color: rgb(24,53,108); }
div.DivClassName
{
background-color: #18356C;
}
.BgClassName
{
background-color: #18356C;
}
</style>
border-color css
<style>
span { border-color: #18356C; }
span { border-color: rgb(24,53,108); }
td.TdClassName
{
border-color: #18356C;
}
.TagClassName
{
border-color: #18356C;
}
</style>