Shades of Sapphire #151E59
Tints of Sapphire #151E59
RGB
CMYK
RGB Variations
Color information
#151E59 (or 0x151E59) is known color: Sapphire. HEX triplet: 15, 1E and 59. RGB value is (21,30,89). Sum of RGB (Red+Green+Blue) = 21+30+89=140 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15% from 140); Green value is 30 (12.11% from 255 or 21.43% from 140); Blue value is 89 (35.16% from 255 or 63.57% from 140); Max value from RGB is 89 - color contains mainly: blue. Hex color #151E59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151E59 is #EAE1A6. Grayscale: #212121. Windows color (decimal): -15393191 or 5840405. OLE color: 5840405.
HSL color Cylindrical-coordinate representation of color #151E59: hue angle of 232.06º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #151E59 is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 30 | 89 | - |
| CMYK | 0.76 | 0.66 | 0 | 0.65 |
| HSL | 232.06º | 0.62% | 0.22% | - |
| HSV(B) | 232.06º | 0.76% | 0.35% | - |
| XYZ | 2.58 | 1.81 | 9.66 | - |
| YUV | 34.04 | 159.02 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 30 | 89 | 0.76 | 0.66 | 0 | 0.65 | 232.06 | 0.62 | 0.22 |
| Hex | 15 | 1E | 59 | 4C | 42 | 0 | 41 | E8 | 3E | 16 |
| Octal | 25 | 36 | 131 | 114 | 102 | 0 | 101 | 350 | 76 | 26 |
| Binary | 10101 | 11110 | 1011001 | 1001100 | 1000010 | 0 | 1000001 | 11101000 | 111110 | 10110 |
Color Harmonies of #151E59
Complementary color
Monochromatic Colors of #151E59
Black with #151E59
Text Example
Text Example
White with #151E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151E59; }
p { color: rgb(21,30,89); }
H1.HeaderClassName
{
color: #151E59;
}
.AnyTagClassName
{
color: #151E59;
}
</style>
background-color css
<style>
a { background-color: #151E59; }
a { background-color: rgb(21,30,89); }
div.DivClassName
{
background-color: #151E59;
}
.BgClassName
{
background-color: #151E59;
}
</style>
border-color css
<style>
span { border-color: #151E59; }
span { border-color: rgb(21,30,89); }
td.TdClassName
{
border-color: #151E59;
}
.TagClassName
{
border-color: #151E59;
}
</style>