Shades of Sapphire #18376E
Tints of Sapphire #18376E
RGB
CMYK
RGB Variations
Color information
#18376E (or 0x18376E) is known color: Sapphire. HEX triplet: 18, 37 and 6E. RGB value is (24,55,110). Sum of RGB (Red+Green+Blue) = 24+55+110=189 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.70% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 110 (43.36% from 255 or 58.20% from 189); Max value from RGB is 110 - color contains mainly: blue. Hex color #18376E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18376E is #E7C891. Grayscale: #333333. Windows color (decimal): -15190162 or 7223064. OLE color: 7223064.
HSL color Cylindrical-coordinate representation of color #18376E: hue angle of 218.37º 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 #18376E is Cyan = 0.78, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 24 | 55 | 110 | - |
| CMYK | 0.78 | 0.5 | 0 | 0.57 |
| HSL | 218.37º | 0.64% | 0.26% | - |
| HSV(B) | 218.37º | 0.78% | 0.43% | - |
| XYZ | 4.56 | 4.05 | 15.29 | - |
| YUV | 52 | 160.73 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 55 | 110 | 0.78 | 0.5 | 0 | 0.57 | 218.37 | 0.64 | 0.26 |
| Hex | 18 | 37 | 6E | 4E | 32 | 0 | 39 | DA | 40 | 1A |
| Octal | 30 | 67 | 156 | 116 | 62 | 0 | 71 | 332 | 100 | 32 |
| Binary | 11000 | 110111 | 1101110 | 1001110 | 110010 | 0 | 111001 | 11011010 | 1000000 | 11010 |
Color Harmonies of #18376E
Complementary color
Monochromatic Colors of #18376E
Black with #18376E
Text Example
Text Example
White with #18376E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18376E; }
p { color: rgb(24,55,110); }
H1.HeaderClassName
{
color: #18376E;
}
.AnyTagClassName
{
color: #18376E;
}
</style>
background-color css
<style>
a { background-color: #18376E; }
a { background-color: rgb(24,55,110); }
div.DivClassName
{
background-color: #18376E;
}
.BgClassName
{
background-color: #18376E;
}
</style>
border-color css
<style>
span { border-color: #18376E; }
span { border-color: rgb(24,55,110); }
td.TdClassName
{
border-color: #18376E;
}
.TagClassName
{
border-color: #18376E;
}
</style>