Shades of Sapphire #152C64
Tints of Sapphire #152C64
RGB
CMYK
RGB Variations
Color information
#152C64 (or 0x152C64) is known color: Sapphire. HEX triplet: 15, 2C and 64. RGB value is (21,44,100). Sum of RGB (Red+Green+Blue) = 21+44+100=165 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.73% from 165); Green value is 44 (17.58% from 255 or 26.67% from 165); Blue value is 100 (39.45% from 255 or 60.61% from 165); Max value from RGB is 100 - color contains mainly: blue. Hex color #152C64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152C64 is #EAD39B. Grayscale: #2B2B2B. Windows color (decimal): -15389596 or 6564885. OLE color: 6564885.
HSL color Cylindrical-coordinate representation of color #152C64: hue angle of 222.53º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #152C64 is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 21 | 44 | 100 | - |
| CMYK | 0.79 | 0.56 | 0 | 0.61 |
| HSL | 222.53º | 0.65% | 0.24% | - |
| HSV(B) | 222.53º | 0.79% | 0.39% | - |
| XYZ | 3.51 | 2.88 | 12.43 | - |
| YUV | 43.51 | 159.88 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 44 | 100 | 0.79 | 0.56 | 0 | 0.61 | 222.53 | 0.65 | 0.24 |
| Hex | 15 | 2C | 64 | 4F | 38 | 0 | 3D | DF | 41 | 18 |
| Octal | 25 | 54 | 144 | 117 | 70 | 0 | 75 | 337 | 101 | 30 |
| Binary | 10101 | 101100 | 1100100 | 1001111 | 111000 | 0 | 111101 | 11011111 | 1000001 | 11000 |
Color Harmonies of #152C64
Complementary color
Monochromatic Colors of #152C64
Black with #152C64
Text Example
Text Example
White with #152C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152C64; }
p { color: rgb(21,44,100); }
H1.HeaderClassName
{
color: #152C64;
}
.AnyTagClassName
{
color: #152C64;
}
</style>
background-color css
<style>
a { background-color: #152C64; }
a { background-color: rgb(21,44,100); }
div.DivClassName
{
background-color: #152C64;
}
.BgClassName
{
background-color: #152C64;
}
</style>
border-color css
<style>
span { border-color: #152C64; }
span { border-color: rgb(21,44,100); }
td.TdClassName
{
border-color: #152C64;
}
.TagClassName
{
border-color: #152C64;
}
</style>