Shades of Sapphire #151F5E
Tints of Sapphire #151F5E
RGB
CMYK
RGB Variations
Color information
#151F5E (or 0x151F5E) is known color: Sapphire. HEX triplet: 15, 1F and 5E. RGB value is (21,31,94). Sum of RGB (Red+Green+Blue) = 21+31+94=146 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.38% from 146); Green value is 31 (12.5% from 255 or 21.23% from 146); Blue value is 94 (37.11% from 255 or 64.38% from 146); Max value from RGB is 94 - color contains mainly: blue. Hex color #151F5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151F5E is #EAE0A1. Grayscale: #222222. Windows color (decimal): -15392930 or 6168341. OLE color: 6168341.
HSL color Cylindrical-coordinate representation of color #151F5E: hue angle of 231.78º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #151F5E is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 21 | 31 | 94 | - |
| CMYK | 0.78 | 0.67 | 0 | 0.63 |
| HSL | 231.78º | 0.63% | 0.23% | - |
| HSV(B) | 231.78º | 0.78% | 0.37% | - |
| XYZ | 2.82 | 1.95 | 10.82 | - |
| YUV | 35.19 | 161.19 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 31 | 94 | 0.78 | 0.67 | 0 | 0.63 | 231.78 | 0.63 | 0.23 |
| Hex | 15 | 1F | 5E | 4E | 43 | 0 | 3F | E8 | 3F | 17 |
| Octal | 25 | 37 | 136 | 116 | 103 | 0 | 77 | 350 | 77 | 27 |
| Binary | 10101 | 11111 | 1011110 | 1001110 | 1000011 | 0 | 111111 | 11101000 | 111111 | 10111 |
Color Harmonies of #151F5E
Complementary color
Monochromatic Colors of #151F5E
Black with #151F5E
Text Example
Text Example
White with #151F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151F5E; }
p { color: rgb(21,31,94); }
H1.HeaderClassName
{
color: #151F5E;
}
.AnyTagClassName
{
color: #151F5E;
}
</style>
background-color css
<style>
a { background-color: #151F5E; }
a { background-color: rgb(21,31,94); }
div.DivClassName
{
background-color: #151F5E;
}
.BgClassName
{
background-color: #151F5E;
}
</style>
border-color css
<style>
span { border-color: #151F5E; }
span { border-color: rgb(21,31,94); }
td.TdClassName
{
border-color: #151F5E;
}
.TagClassName
{
border-color: #151F5E;
}
</style>