Shades of Egyptian Blue #25399B
Tints of Egyptian Blue #25399B
RGB
CMYK
RGB Variations
Color information
#25399B (or 0x25399B) is known color: Egyptian Blue. HEX triplet: 25, 39 and 9B. RGB value is (37,57,155). Sum of RGB (Red+Green+Blue) = 37+57+155=249 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.86% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 155 (60.94% from 255 or 62.25% from 249); Max value from RGB is 155 - color contains mainly: blue. Hex color #25399B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25399B is #DAC664. Grayscale: #3D3D3D. Windows color (decimal): -14337637 or 10172709. OLE color: 10172709.
HSL color Cylindrical-coordinate representation of color #25399B: hue angle of 229.83º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25399B is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 57 | 155 | - |
| CMYK | 0.76 | 0.63 | 0 | 0.39 |
| HSL | 229.83º | 0.61% | 0.38% | - |
| HSV(B) | 229.83º | 0.76% | 0.61% | - |
| XYZ | 8.14 | 5.69 | 31.68 | - |
| YUV | 62.19 | 180.37 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 57 | 155 | 0.76 | 0.63 | 0 | 0.39 | 229.83 | 0.61 | 0.38 |
| Hex | 25 | 39 | 9B | 4C | 3F | 0 | 27 | E6 | 3D | 26 |
| Octal | 45 | 71 | 233 | 114 | 77 | 0 | 47 | 346 | 75 | 46 |
| Binary | 100101 | 111001 | 10011011 | 1001100 | 111111 | 0 | 100111 | 11100110 | 111101 | 100110 |
Color Harmonies of #25399B
Complementary color
Monochromatic Colors of #25399B
Black with #25399B
Text Example
Text Example
White with #25399B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25399B; }
p { color: rgb(37,57,155); }
H1.HeaderClassName
{
color: #25399B;
}
.AnyTagClassName
{
color: #25399B;
}
</style>
background-color css
<style>
a { background-color: #25399B; }
a { background-color: rgb(37,57,155); }
div.DivClassName
{
background-color: #25399B;
}
.BgClassName
{
background-color: #25399B;
}
</style>
border-color css
<style>
span { border-color: #25399B; }
span { border-color: rgb(37,57,155); }
td.TdClassName
{
border-color: #25399B;
}
.TagClassName
{
border-color: #25399B;
}
</style>