Shades of Sapphire #15255C
Tints of Sapphire #15255C
RGB
CMYK
RGB Variations
Color information
#15255C (or 0x15255C) is known color: Sapphire. HEX triplet: 15, 25 and 5C. RGB value is (21,37,92). Sum of RGB (Red+Green+Blue) = 21+37+92=150 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14% from 150); Green value is 37 (14.84% from 255 or 24.67% from 150); Blue value is 92 (36.33% from 255 or 61.33% from 150); Max value from RGB is 92 - color contains mainly: blue. Hex color #15255C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15255C is #EADAA3. Grayscale: #262626. Windows color (decimal): -15391396 or 6038805. OLE color: 6038805.
HSL color Cylindrical-coordinate representation of color #15255C: hue angle of 226.48º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15255C is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 37 | 92 | - |
| CMYK | 0.77 | 0.60 | 0 | 0.64 |
| HSL | 226.48º | 0.63% | 0.22% | - |
| HSV(B) | 226.48º | 0.77% | 0.36% | - |
| XYZ | 2.9 | 2.26 | 10.41 | - |
| YUV | 38.49 | 158.2 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 37 | 92 | 0.77 | 0.60 | 0 | 0.64 | 226.48 | 0.63 | 0.22 |
| Hex | 15 | 25 | 5C | 4D | 3C | 0 | 40 | E2 | 3F | 16 |
| Octal | 25 | 45 | 134 | 115 | 74 | 0 | 100 | 342 | 77 | 26 |
| Binary | 10101 | 100101 | 1011100 | 1001101 | 111100 | 0 | 1000000 | 11100010 | 111111 | 10110 |
Color Harmonies of #15255C
Complementary color
Monochromatic Colors of #15255C
Black with #15255C
Text Example
Text Example
White with #15255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15255C; }
p { color: rgb(21,37,92); }
H1.HeaderClassName
{
color: #15255C;
}
.AnyTagClassName
{
color: #15255C;
}
</style>
background-color css
<style>
a { background-color: #15255C; }
a { background-color: rgb(21,37,92); }
div.DivClassName
{
background-color: #15255C;
}
.BgClassName
{
background-color: #15255C;
}
</style>
border-color css
<style>
span { border-color: #15255C; }
span { border-color: rgb(21,37,92); }
td.TdClassName
{
border-color: #15255C;
}
.TagClassName
{
border-color: #15255C;
}
</style>