Shades of Sapphire #152A5C
Tints of Sapphire #152A5C
RGB
CMYK
RGB Variations
Color information
#152A5C (or 0x152A5C) is known color: Sapphire. HEX triplet: 15, 2A and 5C. RGB value is (21,42,92). Sum of RGB (Red+Green+Blue) = 21+42+92=155 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.55% from 155); Green value is 42 (16.80% from 255 or 27.10% from 155); Blue value is 92 (36.33% from 255 or 59.35% from 155); Max value from RGB is 92 - color contains mainly: blue. Hex color #152A5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152A5C is #EAD5A3. Grayscale: #292929. Windows color (decimal): -15390116 or 6040085. OLE color: 6040085.
HSL color Cylindrical-coordinate representation of color #152A5C: hue angle of 222.25º 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 #152A5C is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 42 | 92 | - |
| CMYK | 0.77 | 0.54 | 0 | 0.64 |
| HSL | 222.25º | 0.63% | 0.22% | - |
| HSV(B) | 222.25º | 0.77% | 0.36% | - |
| XYZ | 3.07 | 2.59 | 10.46 | - |
| YUV | 41.42 | 156.54 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 42 | 92 | 0.77 | 0.54 | 0 | 0.64 | 222.25 | 0.63 | 0.22 |
| Hex | 15 | 2A | 5C | 4D | 36 | 0 | 40 | DE | 3F | 16 |
| Octal | 25 | 52 | 134 | 115 | 66 | 0 | 100 | 336 | 77 | 26 |
| Binary | 10101 | 101010 | 1011100 | 1001101 | 110110 | 0 | 1000000 | 11011110 | 111111 | 10110 |
Color Harmonies of #152A5C
Complementary color
Monochromatic Colors of #152A5C
Black with #152A5C
Text Example
Text Example
White with #152A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152A5C; }
p { color: rgb(21,42,92); }
H1.HeaderClassName
{
color: #152A5C;
}
.AnyTagClassName
{
color: #152A5C;
}
</style>
background-color css
<style>
a { background-color: #152A5C; }
a { background-color: rgb(21,42,92); }
div.DivClassName
{
background-color: #152A5C;
}
.BgClassName
{
background-color: #152A5C;
}
</style>
border-color css
<style>
span { border-color: #152A5C; }
span { border-color: rgb(21,42,92); }
td.TdClassName
{
border-color: #152A5C;
}
.TagClassName
{
border-color: #152A5C;
}
</style>