Shades of Sapphire #15307E
Tints of Sapphire #15307E
RGB
CMYK
RGB Variations
Color information
#15307E (or 0x15307E) is known color: Sapphire. HEX triplet: 15, 30 and 7E. RGB value is (21,48,126). Sum of RGB (Red+Green+Blue) = 21+48+126=195 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.77% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 126 (49.61% from 255 or 64.62% from 195); Max value from RGB is 126 - color contains mainly: blue. Hex color #15307E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15307E is #EACF81. Grayscale: #303030. Windows color (decimal): -15388546 or 8269845. OLE color: 8269845.
HSL color Cylindrical-coordinate representation of color #15307E: hue angle of 224.57º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #15307E is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 48 | 126 | - |
| CMYK | 0.83 | 0.62 | 0 | 0.51 |
| HSL | 224.57º | 0.71% | 0.29% | - |
| HSV(B) | 224.57º | 0.83% | 0.49% | - |
| XYZ | 5.13 | 3.78 | 20.2 | - |
| YUV | 48.82 | 171.55 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 48 | 126 | 0.83 | 0.62 | 0 | 0.51 | 224.57 | 0.71 | 0.29 |
| Hex | 15 | 30 | 7E | 53 | 3E | 0 | 33 | E1 | 47 | 1D |
| Octal | 25 | 60 | 176 | 123 | 76 | 0 | 63 | 341 | 107 | 35 |
| Binary | 10101 | 110000 | 1111110 | 1010011 | 111110 | 0 | 110011 | 11100001 | 1000111 | 11101 |
Color Harmonies of #15307E
Complementary color
Monochromatic Colors of #15307E
Black with #15307E
Text Example
Text Example
White with #15307E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15307E; }
p { color: rgb(21,48,126); }
H1.HeaderClassName
{
color: #15307E;
}
.AnyTagClassName
{
color: #15307E;
}
</style>
background-color css
<style>
a { background-color: #15307E; }
a { background-color: rgb(21,48,126); }
div.DivClassName
{
background-color: #15307E;
}
.BgClassName
{
background-color: #15307E;
}
</style>
border-color css
<style>
span { border-color: #15307E; }
span { border-color: rgb(21,48,126); }
td.TdClassName
{
border-color: #15307E;
}
.TagClassName
{
border-color: #15307E;
}
</style>