Shades of Sapphire #15235D
Tints of Sapphire #15235D
RGB
CMYK
RGB Variations
Color information
#15235D (or 0x15235D) is known color: Sapphire. HEX triplet: 15, 23 and 5D. RGB value is (21,35,93). Sum of RGB (Red+Green+Blue) = 21+35+93=149 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.09% from 149); Green value is 35 (14.06% from 255 or 23.49% from 149); Blue value is 93 (36.72% from 255 or 62.42% from 149); Max value from RGB is 93 - color contains mainly: blue. Hex color #15235D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15235D is #EADCA2. Grayscale: #252525. Windows color (decimal): -15391907 or 6103829. OLE color: 6103829.
HSL color Cylindrical-coordinate representation of color #15235D: hue angle of 228.33º degrees, saturation: 0.63, 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 #15235D is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 35 | 93 | - |
| CMYK | 0.77 | 0.62 | 0 | 0.64 |
| HSL | 228.33º | 0.63% | 0.22% | - |
| HSV(B) | 228.33º | 0.77% | 0.36% | - |
| XYZ | 2.89 | 2.15 | 10.62 | - |
| YUV | 37.43 | 159.36 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 35 | 93 | 0.77 | 0.62 | 0 | 0.64 | 228.33 | 0.63 | 0.22 |
| Hex | 15 | 23 | 5D | 4D | 3E | 0 | 40 | E4 | 3F | 16 |
| Octal | 25 | 43 | 135 | 115 | 76 | 0 | 100 | 344 | 77 | 26 |
| Binary | 10101 | 100011 | 1011101 | 1001101 | 111110 | 0 | 1000000 | 11100100 | 111111 | 10110 |
Color Harmonies of #15235D
Complementary color
Monochromatic Colors of #15235D
Black with #15235D
Text Example
Text Example
White with #15235D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15235D; }
p { color: rgb(21,35,93); }
H1.HeaderClassName
{
color: #15235D;
}
.AnyTagClassName
{
color: #15235D;
}
</style>
background-color css
<style>
a { background-color: #15235D; }
a { background-color: rgb(21,35,93); }
div.DivClassName
{
background-color: #15235D;
}
.BgClassName
{
background-color: #15235D;
}
</style>
border-color css
<style>
span { border-color: #15235D; }
span { border-color: rgb(21,35,93); }
td.TdClassName
{
border-color: #15235D;
}
.TagClassName
{
border-color: #15235D;
}
</style>