Shades of Sapphire #18356A
Tints of Sapphire #18356A
RGB
CMYK
RGB Variations
Color information
#18356A (or 0x18356A) is known color: Sapphire. HEX triplet: 18, 35 and 6A. RGB value is (24,53,106). Sum of RGB (Red+Green+Blue) = 24+53+106=183 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.11% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 106 (41.80% from 255 or 57.92% from 183); Max value from RGB is 106 - color contains mainly: blue. Hex color #18356A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18356A is #E7CA95. Grayscale: #323232. Windows color (decimal): -15190678 or 6960408. OLE color: 6960408.
HSL color Cylindrical-coordinate representation of color #18356A: hue angle of 218.78º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #18356A is Cyan = 0.77, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 24 | 53 | 106 | - |
| CMYK | 0.77 | 0.5 | 0 | 0.58 |
| HSL | 218.78º | 0.63% | 0.25% | - |
| HSV(B) | 218.78º | 0.77% | 0.42% | - |
| XYZ | 4.25 | 3.78 | 14.14 | - |
| YUV | 50.37 | 159.39 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 53 | 106 | 0.77 | 0.5 | 0 | 0.58 | 218.78 | 0.63 | 0.25 |
| Hex | 18 | 35 | 6A | 4D | 32 | 0 | 3A | DB | 3F | 19 |
| Octal | 30 | 65 | 152 | 115 | 62 | 0 | 72 | 333 | 77 | 31 |
| Binary | 11000 | 110101 | 1101010 | 1001101 | 110010 | 0 | 111010 | 11011011 | 111111 | 11001 |
Color Harmonies of #18356A
Complementary color
Monochromatic Colors of #18356A
Black with #18356A
Text Example
Text Example
White with #18356A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18356A; }
p { color: rgb(24,53,106); }
H1.HeaderClassName
{
color: #18356A;
}
.AnyTagClassName
{
color: #18356A;
}
</style>
background-color css
<style>
a { background-color: #18356A; }
a { background-color: rgb(24,53,106); }
div.DivClassName
{
background-color: #18356A;
}
.BgClassName
{
background-color: #18356A;
}
</style>
border-color css
<style>
span { border-color: #18356A; }
span { border-color: rgb(24,53,106); }
td.TdClassName
{
border-color: #18356A;
}
.TagClassName
{
border-color: #18356A;
}
</style>