Shades of Sapphire #151E57
Tints of Sapphire #151E57
RGB
CMYK
RGB Variations
Color information
#151E57 (or 0x151E57) is known color: Sapphire. HEX triplet: 15, 1E and 57. RGB value is (21,30,87). Sum of RGB (Red+Green+Blue) = 21+30+87=138 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.22% from 138); Green value is 30 (12.11% from 255 or 21.74% from 138); Blue value is 87 (34.38% from 255 or 63.04% from 138); Max value from RGB is 87 - color contains mainly: blue. Hex color #151E57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151E57 is #EAE1A8. Grayscale: #212121. Windows color (decimal): -15393193 or 5709333. OLE color: 5709333.
HSL color Cylindrical-coordinate representation of color #151E57: hue angle of 231.82º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #151E57 is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 21 | 30 | 87 | - |
| CMYK | 0.76 | 0.66 | 0 | 0.66 |
| HSL | 231.82º | 0.61% | 0.21% | - |
| HSV(B) | 231.82º | 0.76% | 0.34% | - |
| XYZ | 2.49 | 1.78 | 9.23 | - |
| YUV | 33.81 | 158.02 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 30 | 87 | 0.76 | 0.66 | 0 | 0.66 | 231.82 | 0.61 | 0.21 |
| Hex | 15 | 1E | 57 | 4C | 42 | 0 | 42 | E8 | 3D | 15 |
| Octal | 25 | 36 | 127 | 114 | 102 | 0 | 102 | 350 | 75 | 25 |
| Binary | 10101 | 11110 | 1010111 | 1001100 | 1000010 | 0 | 1000010 | 11101000 | 111101 | 10101 |
Color Harmonies of #151E57
Complementary color
Monochromatic Colors of #151E57
Black with #151E57
Text Example
Text Example
White with #151E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151E57; }
p { color: rgb(21,30,87); }
H1.HeaderClassName
{
color: #151E57;
}
.AnyTagClassName
{
color: #151E57;
}
</style>
background-color css
<style>
a { background-color: #151E57; }
a { background-color: rgb(21,30,87); }
div.DivClassName
{
background-color: #151E57;
}
.BgClassName
{
background-color: #151E57;
}
</style>
border-color css
<style>
span { border-color: #151E57; }
span { border-color: rgb(21,30,87); }
td.TdClassName
{
border-color: #151E57;
}
.TagClassName
{
border-color: #151E57;
}
</style>