Shades of Sapphire #18336D
Tints of Sapphire #18336D
RGB
CMYK
RGB Variations
Color information
#18336D (or 0x18336D) is known color: Sapphire. HEX triplet: 18, 33 and 6D. RGB value is (24,51,109). Sum of RGB (Red+Green+Blue) = 24+51+109=184 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.04% from 184); Green value is 51 (20.31% from 255 or 27.72% from 184); Blue value is 109 (42.97% from 255 or 59.24% from 184); Max value from RGB is 109 - color contains mainly: blue. Hex color #18336D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18336D is #E7CC92. Grayscale: #313131. Windows color (decimal): -15191187 or 7156504. OLE color: 7156504.
HSL color Cylindrical-coordinate representation of color #18336D: hue angle of 220.94º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18336D is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 24 | 51 | 109 | - |
| CMYK | 0.78 | 0.53 | 0 | 0.57 |
| HSL | 220.94º | 0.64% | 0.26% | - |
| HSV(B) | 220.94º | 0.78% | 0.43% | - |
| XYZ | 4.32 | 3.67 | 14.95 | - |
| YUV | 49.54 | 161.55 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 51 | 109 | 0.78 | 0.53 | 0 | 0.57 | 220.94 | 0.64 | 0.26 |
| Hex | 18 | 33 | 6D | 4E | 35 | 0 | 39 | DD | 40 | 1A |
| Octal | 30 | 63 | 155 | 116 | 65 | 0 | 71 | 335 | 100 | 32 |
| Binary | 11000 | 110011 | 1101101 | 1001110 | 110101 | 0 | 111001 | 11011101 | 1000000 | 11010 |
Color Harmonies of #18336D
Complementary color
Monochromatic Colors of #18336D
Black with #18336D
Text Example
Text Example
White with #18336D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18336D; }
p { color: rgb(24,51,109); }
H1.HeaderClassName
{
color: #18336D;
}
.AnyTagClassName
{
color: #18336D;
}
</style>
background-color css
<style>
a { background-color: #18336D; }
a { background-color: rgb(24,51,109); }
div.DivClassName
{
background-color: #18336D;
}
.BgClassName
{
background-color: #18336D;
}
</style>
border-color css
<style>
span { border-color: #18336D; }
span { border-color: rgb(24,51,109); }
td.TdClassName
{
border-color: #18336D;
}
.TagClassName
{
border-color: #18336D;
}
</style>