Shades of Sapphire #18245C
Tints of Sapphire #18245C
RGB
CMYK
RGB Variations
Color information
#18245C (or 0x18245C) is known color: Sapphire. HEX triplet: 18, 24 and 5C. RGB value is (24,36,92). Sum of RGB (Red+Green+Blue) = 24+36+92=152 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.79% from 152); Green value is 36 (14.45% from 255 or 23.68% from 152); Blue value is 92 (36.33% from 255 or 60.53% from 152); Max value from RGB is 92 - color contains mainly: blue. Hex color #18245C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18245C is #E7DBA3. Grayscale: #262626. Windows color (decimal): -15195044 or 6038552. OLE color: 6038552.
HSL color Cylindrical-coordinate representation of color #18245C: hue angle of 229.41º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #18245C is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 36 | 92 | - |
| CMYK | 0.74 | 0.61 | 0 | 0.64 |
| HSL | 229.41º | 0.59% | 0.23% | - |
| HSV(B) | 229.41º | 0.74% | 0.36% | - |
| XYZ | 2.94 | 2.23 | 10.4 | - |
| YUV | 38.8 | 158.02 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 36 | 92 | 0.74 | 0.61 | 0 | 0.64 | 229.41 | 0.59 | 0.23 |
| Hex | 18 | 24 | 5C | 4A | 3D | 0 | 40 | E5 | 3B | 17 |
| Octal | 30 | 44 | 134 | 112 | 75 | 0 | 100 | 345 | 73 | 27 |
| Binary | 11000 | 100100 | 1011100 | 1001010 | 111101 | 0 | 1000000 | 11100101 | 111011 | 10111 |
Color Harmonies of #18245C
Complementary color
Monochromatic Colors of #18245C
Black with #18245C
Text Example
Text Example
White with #18245C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18245C; }
p { color: rgb(24,36,92); }
H1.HeaderClassName
{
color: #18245C;
}
.AnyTagClassName
{
color: #18245C;
}
</style>
background-color css
<style>
a { background-color: #18245C; }
a { background-color: rgb(24,36,92); }
div.DivClassName
{
background-color: #18245C;
}
.BgClassName
{
background-color: #18245C;
}
</style>
border-color css
<style>
span { border-color: #18245C; }
span { border-color: rgb(24,36,92); }
td.TdClassName
{
border-color: #18245C;
}
.TagClassName
{
border-color: #18245C;
}
</style>