Shades of Sapphire #151F5C
Tints of Sapphire #151F5C
RGB
CMYK
RGB Variations
Color information
#151F5C (or 0x151F5C) is known color: Sapphire. HEX triplet: 15, 1F and 5C. RGB value is (21,31,92). Sum of RGB (Red+Green+Blue) = 21+31+92=144 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.58% from 144); Green value is 31 (12.5% from 255 or 21.53% from 144); Blue value is 92 (36.33% from 255 or 63.89% from 144); Max value from RGB is 92 - color contains mainly: blue. Hex color #151F5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151F5C is #EAE0A3. Grayscale: #222222. Windows color (decimal): -15392932 or 6037269. OLE color: 6037269.
HSL color Cylindrical-coordinate representation of color #151F5C: hue angle of 231.55º 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 #151F5C is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 31 | 92 | - |
| CMYK | 0.77 | 0.66 | 0 | 0.64 |
| HSL | 231.55º | 0.63% | 0.22% | - |
| HSV(B) | 231.55º | 0.77% | 0.36% | - |
| XYZ | 2.73 | 1.91 | 10.35 | - |
| YUV | 34.96 | 160.19 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 31 | 92 | 0.77 | 0.66 | 0 | 0.64 | 231.55 | 0.63 | 0.22 |
| Hex | 15 | 1F | 5C | 4D | 42 | 0 | 40 | E8 | 3F | 16 |
| Octal | 25 | 37 | 134 | 115 | 102 | 0 | 100 | 350 | 77 | 26 |
| Binary | 10101 | 11111 | 1011100 | 1001101 | 1000010 | 0 | 1000000 | 11101000 | 111111 | 10110 |
Color Harmonies of #151F5C
Complementary color
Monochromatic Colors of #151F5C
Black with #151F5C
Text Example
Text Example
White with #151F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151F5C; }
p { color: rgb(21,31,92); }
H1.HeaderClassName
{
color: #151F5C;
}
.AnyTagClassName
{
color: #151F5C;
}
</style>
background-color css
<style>
a { background-color: #151F5C; }
a { background-color: rgb(21,31,92); }
div.DivClassName
{
background-color: #151F5C;
}
.BgClassName
{
background-color: #151F5C;
}
</style>
border-color css
<style>
span { border-color: #151F5C; }
span { border-color: rgb(21,31,92); }
td.TdClassName
{
border-color: #151F5C;
}
.TagClassName
{
border-color: #151F5C;
}
</style>