Shades of Egyptian Blue #1525B1
Tints of Egyptian Blue #1525B1
RGB
CMYK
RGB Variations
Color information
#1525B1 (or 0x1525B1) is known color: Egyptian Blue. HEX triplet: 15, 25 and B1. RGB value is (21,37,177). Sum of RGB (Red+Green+Blue) = 21+37+177=235 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.94% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 177 (69.53% from 255 or 75.32% from 235); Max value from RGB is 177 - color contains mainly: blue. Hex color #1525B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1525B1 is #EADA4E. Grayscale: #2F2F2F. Windows color (decimal): -15391311 or 11609365. OLE color: 11609365.
HSL color Cylindrical-coordinate representation of color #1525B1: hue angle of 233.85º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1525B1 is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 21 | 37 | 177 | - |
| CMYK | 0.88 | 0.79 | 0 | 0.31 |
| HSL | 233.85º | 0.79% | 0.39% | - |
| HSV(B) | 233.85º | 0.88% | 0.69% | - |
| XYZ | 8.91 | 4.66 | 42.02 | - |
| YUV | 48.18 | 200.7 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 37 | 177 | 0.88 | 0.79 | 0 | 0.31 | 233.85 | 0.79 | 0.39 |
| Hex | 15 | 25 | B1 | 58 | 4F | 0 | 1F | EA | 4F | 27 |
| Octal | 25 | 45 | 261 | 130 | 117 | 0 | 37 | 352 | 117 | 47 |
| Binary | 10101 | 100101 | 10110001 | 1011000 | 1001111 | 0 | 11111 | 11101010 | 1001111 | 100111 |
Color Harmonies of #1525B1
Complementary color
Monochromatic Colors of #1525B1
Black with #1525B1
Text Example
Text Example
White with #1525B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1525B1; }
p { color: rgb(21,37,177); }
H1.HeaderClassName
{
color: #1525B1;
}
.AnyTagClassName
{
color: #1525B1;
}
</style>
background-color css
<style>
a { background-color: #1525B1; }
a { background-color: rgb(21,37,177); }
div.DivClassName
{
background-color: #1525B1;
}
.BgClassName
{
background-color: #1525B1;
}
</style>
border-color css
<style>
span { border-color: #1525B1; }
span { border-color: rgb(21,37,177); }
td.TdClassName
{
border-color: #1525B1;
}
.TagClassName
{
border-color: #1525B1;
}
</style>