Shades of Sapphire #151F5B
Tints of Sapphire #151F5B
RGB
CMYK
RGB Variations
Color information
#151F5B (or 0x151F5B) is known color: Sapphire. HEX triplet: 15, 1F and 5B. RGB value is (21,31,91). Sum of RGB (Red+Green+Blue) = 21+31+91=143 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.69% from 143); Green value is 31 (12.5% from 255 or 21.68% from 143); Blue value is 91 (35.94% from 255 or 63.64% from 143); Max value from RGB is 91 - color contains mainly: blue. Hex color #151F5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151F5B is #EAE0A4. Grayscale: #222222. Windows color (decimal): -15392933 or 5971733. OLE color: 5971733.
HSL color Cylindrical-coordinate representation of color #151F5B: hue angle of 231.43º degrees, saturation: 0.62, 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 #151F5B is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 31 | 91 | - |
| CMYK | 0.77 | 0.66 | 0 | 0.64 |
| HSL | 231.43º | 0.63% | 0.22% | - |
| HSV(B) | 231.43º | 0.77% | 0.36% | - |
| XYZ | 2.69 | 1.89 | 10.12 | - |
| YUV | 34.85 | 159.69 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 31 | 91 | 0.77 | 0.66 | 0 | 0.64 | 231.43 | 0.63 | 0.22 |
| Hex | 15 | 1F | 5B | 4D | 42 | 0 | 40 | E7 | 3E | 16 |
| Octal | 25 | 37 | 133 | 115 | 102 | 0 | 100 | 347 | 76 | 26 |
| Binary | 10101 | 11111 | 1011011 | 1001101 | 1000010 | 0 | 1000000 | 11100111 | 111110 | 10110 |
Color Harmonies of #151F5B
Complementary color
Monochromatic Colors of #151F5B
Black with #151F5B
Text Example
Text Example
White with #151F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151F5B; }
p { color: rgb(21,31,91); }
H1.HeaderClassName
{
color: #151F5B;
}
.AnyTagClassName
{
color: #151F5B;
}
</style>
background-color css
<style>
a { background-color: #151F5B; }
a { background-color: rgb(21,31,91); }
div.DivClassName
{
background-color: #151F5B;
}
.BgClassName
{
background-color: #151F5B;
}
</style>
border-color css
<style>
span { border-color: #151F5B; }
span { border-color: rgb(21,31,91); }
td.TdClassName
{
border-color: #151F5B;
}
.TagClassName
{
border-color: #151F5B;
}
</style>