Shades of Sapphire #18255C
Tints of Sapphire #18255C
RGB
CMYK
RGB Variations
Color information
#18255C (or 0x18255C) is known color: Sapphire. HEX triplet: 18, 25 and 5C. RGB value is (24,37,92). Sum of RGB (Red+Green+Blue) = 24+37+92=153 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.69% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 92 (36.33% from 255 or 60.13% from 153); Max value from RGB is 92 - color contains mainly: blue. Hex color #18255C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18255C is #E7DAA3. Grayscale: #272727. Windows color (decimal): -15194788 or 6038808. OLE color: 6038808.
HSL color Cylindrical-coordinate representation of color #18255C: hue angle of 228.53º 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 #18255C is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 37 | 92 | - |
| CMYK | 0.74 | 0.60 | 0 | 0.64 |
| HSL | 228.53º | 0.59% | 0.23% | - |
| HSV(B) | 228.53º | 0.74% | 0.36% | - |
| XYZ | 2.97 | 2.29 | 10.41 | - |
| YUV | 39.38 | 157.69 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 37 | 92 | 0.74 | 0.60 | 0 | 0.64 | 228.53 | 0.59 | 0.23 |
| Hex | 18 | 25 | 5C | 4A | 3C | 0 | 40 | E5 | 3B | 17 |
| Octal | 30 | 45 | 134 | 112 | 74 | 0 | 100 | 345 | 73 | 27 |
| Binary | 11000 | 100101 | 1011100 | 1001010 | 111100 | 0 | 1000000 | 11100101 | 111011 | 10111 |
Color Harmonies of #18255C
Complementary color
Monochromatic Colors of #18255C
Black with #18255C
Text Example
Text Example
White with #18255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18255C; }
p { color: rgb(24,37,92); }
H1.HeaderClassName
{
color: #18255C;
}
.AnyTagClassName
{
color: #18255C;
}
</style>
background-color css
<style>
a { background-color: #18255C; }
a { background-color: rgb(24,37,92); }
div.DivClassName
{
background-color: #18255C;
}
.BgClassName
{
background-color: #18255C;
}
</style>
border-color css
<style>
span { border-color: #18255C; }
span { border-color: rgb(24,37,92); }
td.TdClassName
{
border-color: #18255C;
}
.TagClassName
{
border-color: #18255C;
}
</style>