Shades of Sapphire #152B7D
Tints of Sapphire #152B7D
RGB
CMYK
RGB Variations
Color information
#152B7D (or 0x152B7D) is known color: Sapphire. HEX triplet: 15, 2B and 7D. RGB value is (21,43,125). Sum of RGB (Red+Green+Blue) = 21+43+125=189 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.11% from 189); Green value is 43 (17.19% from 255 or 22.75% from 189); Blue value is 125 (49.22% from 255 or 66.14% from 189); Max value from RGB is 125 - color contains mainly: blue. Hex color #152B7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152B7D is #EAD482. Grayscale: #2D2D2D. Windows color (decimal): -15389827 or 8203029. OLE color: 8203029.
HSL color Cylindrical-coordinate representation of color #152B7D: hue angle of 227.31º 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 #152B7D is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 43 | 125 | - |
| CMYK | 0.83 | 0.66 | 0 | 0.51 |
| HSL | 227.31º | 0.71% | 0.29% | - |
| HSV(B) | 227.31º | 0.83% | 0.49% | - |
| XYZ | 4.87 | 3.37 | 19.8 | - |
| YUV | 45.77 | 172.71 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 43 | 125 | 0.83 | 0.66 | 0 | 0.51 | 227.31 | 0.71 | 0.29 |
| Hex | 15 | 2B | 7D | 53 | 42 | 0 | 33 | E3 | 47 | 1D |
| Octal | 25 | 53 | 175 | 123 | 102 | 0 | 63 | 343 | 107 | 35 |
| Binary | 10101 | 101011 | 1111101 | 1010011 | 1000010 | 0 | 110011 | 11100011 | 1000111 | 11101 |
Color Harmonies of #152B7D
Complementary color
Monochromatic Colors of #152B7D
Black with #152B7D
Text Example
Text Example
White with #152B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152B7D; }
p { color: rgb(21,43,125); }
H1.HeaderClassName
{
color: #152B7D;
}
.AnyTagClassName
{
color: #152B7D;
}
</style>
background-color css
<style>
a { background-color: #152B7D; }
a { background-color: rgb(21,43,125); }
div.DivClassName
{
background-color: #152B7D;
}
.BgClassName
{
background-color: #152B7D;
}
</style>
border-color css
<style>
span { border-color: #152B7D; }
span { border-color: rgb(21,43,125); }
td.TdClassName
{
border-color: #152B7D;
}
.TagClassName
{
border-color: #152B7D;
}
</style>