Shades of Sapphire #18337C
Tints of Sapphire #18337C
RGB
CMYK
RGB Variations
Color information
#18337C (or 0x18337C) is known color: Sapphire. HEX triplet: 18, 33 and 7C. RGB value is (24,51,124). Sum of RGB (Red+Green+Blue) = 24+51+124=199 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.06% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 124 (48.83% from 255 or 62.31% from 199); Max value from RGB is 124 - color contains mainly: blue. Hex color #18337C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18337C is #E7CC83. Grayscale: #323232. Windows color (decimal): -15191172 or 8139544. OLE color: 8139544.
HSL color Cylindrical-coordinate representation of color #18337C: hue angle of 223.8º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18337C is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 51 | 124 | - |
| CMYK | 0.81 | 0.59 | 0 | 0.51 |
| HSL | 223.8º | 0.68% | 0.29% | - |
| HSV(B) | 223.8º | 0.81% | 0.49% | - |
| XYZ | 5.2 | 4.02 | 19.57 | - |
| YUV | 51.25 | 169.05 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 51 | 124 | 0.81 | 0.59 | 0 | 0.51 | 223.8 | 0.68 | 0.29 |
| Hex | 18 | 33 | 7C | 51 | 3B | 0 | 33 | E0 | 44 | 1D |
| Octal | 30 | 63 | 174 | 121 | 73 | 0 | 63 | 340 | 104 | 35 |
| Binary | 11000 | 110011 | 1111100 | 1010001 | 111011 | 0 | 110011 | 11100000 | 1000100 | 11101 |
Color Harmonies of #18337C
Complementary color
Monochromatic Colors of #18337C
Black with #18337C
Text Example
Text Example
White with #18337C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18337C; }
p { color: rgb(24,51,124); }
H1.HeaderClassName
{
color: #18337C;
}
.AnyTagClassName
{
color: #18337C;
}
</style>
background-color css
<style>
a { background-color: #18337C; }
a { background-color: rgb(24,51,124); }
div.DivClassName
{
background-color: #18337C;
}
.BgClassName
{
background-color: #18337C;
}
</style>
border-color css
<style>
span { border-color: #18337C; }
span { border-color: rgb(24,51,124); }
td.TdClassName
{
border-color: #18337C;
}
.TagClassName
{
border-color: #18337C;
}
</style>