Shades of Sapphire #18306C
Tints of Sapphire #18306C
RGB
CMYK
RGB Variations
Color information
#18306C (or 0x18306C) is known color: Sapphire. HEX triplet: 18, 30 and 6C. RGB value is (24,48,108). Sum of RGB (Red+Green+Blue) = 24+48+108=180 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.33% from 180); Green value is 48 (19.14% from 255 or 26.67% from 180); Blue value is 108 (42.58% from 255 or 60% from 180); Max value from RGB is 108 - color contains mainly: blue. Hex color #18306C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18306C is #E7CF93. Grayscale: #2F2F2F. Windows color (decimal): -15191956 or 7090200. OLE color: 7090200.
HSL color Cylindrical-coordinate representation of color #18306C: hue angle of 222.86º 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 #18306C is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 24 | 48 | 108 | - |
| CMYK | 0.78 | 0.56 | 0 | 0.58 |
| HSL | 222.86º | 0.64% | 0.26% | - |
| HSV(B) | 222.86º | 0.78% | 0.42% | - |
| XYZ | 4.14 | 3.39 | 14.62 | - |
| YUV | 47.66 | 162.05 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 48 | 108 | 0.78 | 0.56 | 0 | 0.58 | 222.86 | 0.64 | 0.26 |
| Hex | 18 | 30 | 6C | 4E | 38 | 0 | 3A | DF | 40 | 1A |
| Octal | 30 | 60 | 154 | 116 | 70 | 0 | 72 | 337 | 100 | 32 |
| Binary | 11000 | 110000 | 1101100 | 1001110 | 111000 | 0 | 111010 | 11011111 | 1000000 | 11010 |
Color Harmonies of #18306C
Complementary color
Monochromatic Colors of #18306C
Black with #18306C
Text Example
Text Example
White with #18306C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18306C; }
p { color: rgb(24,48,108); }
H1.HeaderClassName
{
color: #18306C;
}
.AnyTagClassName
{
color: #18306C;
}
</style>
background-color css
<style>
a { background-color: #18306C; }
a { background-color: rgb(24,48,108); }
div.DivClassName
{
background-color: #18306C;
}
.BgClassName
{
background-color: #18306C;
}
</style>
border-color css
<style>
span { border-color: #18306C; }
span { border-color: rgb(24,48,108); }
td.TdClassName
{
border-color: #18306C;
}
.TagClassName
{
border-color: #18306C;
}
</style>