Shades of Sapphire #18356F
Tints of Sapphire #18356F
RGB
CMYK
RGB Variations
Color information
#18356F (or 0x18356F) is known color: Sapphire. HEX triplet: 18, 35 and 6F. RGB value is (24,53,111). Sum of RGB (Red+Green+Blue) = 24+53+111=188 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.77% from 188); Green value is 53 (21.09% from 255 or 28.19% from 188); Blue value is 111 (43.75% from 255 or 59.04% from 188); Max value from RGB is 111 - color contains mainly: blue. Hex color #18356F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18356F is #E7CA90. Grayscale: #323232. Windows color (decimal): -15190673 or 7288088. OLE color: 7288088.
HSL color Cylindrical-coordinate representation of color #18356F: hue angle of 220º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18356F is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 24 | 53 | 111 | - |
| CMYK | 0.78 | 0.52 | 0 | 0.56 |
| HSL | 220º | 0.64% | 0.26% | - |
| HSV(B) | 220º | 0.78% | 0.44% | - |
| XYZ | 4.52 | 3.89 | 15.55 | - |
| YUV | 50.94 | 161.89 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 53 | 111 | 0.78 | 0.52 | 0 | 0.56 | 220 | 0.64 | 0.26 |
| Hex | 18 | 35 | 6F | 4E | 34 | 0 | 38 | DC | 40 | 1A |
| Octal | 30 | 65 | 157 | 116 | 64 | 0 | 70 | 334 | 100 | 32 |
| Binary | 11000 | 110101 | 1101111 | 1001110 | 110100 | 0 | 111000 | 11011100 | 1000000 | 11010 |
Color Harmonies of #18356F
Complementary color
Monochromatic Colors of #18356F
Black with #18356F
Text Example
Text Example
White with #18356F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18356F; }
p { color: rgb(24,53,111); }
H1.HeaderClassName
{
color: #18356F;
}
.AnyTagClassName
{
color: #18356F;
}
</style>
background-color css
<style>
a { background-color: #18356F; }
a { background-color: rgb(24,53,111); }
div.DivClassName
{
background-color: #18356F;
}
.BgClassName
{
background-color: #18356F;
}
</style>
border-color css
<style>
span { border-color: #18356F; }
span { border-color: rgb(24,53,111); }
td.TdClassName
{
border-color: #18356F;
}
.TagClassName
{
border-color: #18356F;
}
</style>