Shades of Egyptian Blue #1B25AC
Tints of Egyptian Blue #1B25AC
RGB
CMYK
RGB Variations
Color information
#1B25AC (or 0x1B25AC) is known color: Egyptian Blue. HEX triplet: 1B, 25 and AC. RGB value is (27,37,172). Sum of RGB (Red+Green+Blue) = 27+37+172=236 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.44% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 172 (67.58% from 255 or 72.88% from 236); Max value from RGB is 172 - color contains mainly: blue. Hex color #1B25AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B25AC is #E4DA53. Grayscale: #303030. Windows color (decimal): -14998100 or 11281691. OLE color: 11281691.
HSL color Cylindrical-coordinate representation of color #1B25AC: hue angle of 235.86º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B25AC is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 37 | 172 | - |
| CMYK | 0.84 | 0.78 | 0 | 0.33 |
| HSL | 235.86º | 0.73% | 0.39% | - |
| HSV(B) | 235.86º | 0.84% | 0.67% | - |
| XYZ | 8.56 | 4.53 | 39.45 | - |
| YUV | 49.4 | 197.19 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 37 | 172 | 0.84 | 0.78 | 0 | 0.33 | 235.86 | 0.73 | 0.39 |
| Hex | 1B | 25 | AC | 54 | 4E | 0 | 21 | EC | 49 | 27 |
| Octal | 33 | 45 | 254 | 124 | 116 | 0 | 41 | 354 | 111 | 47 |
| Binary | 11011 | 100101 | 10101100 | 1010100 | 1001110 | 0 | 100001 | 11101100 | 1001001 | 100111 |
Color Harmonies of #1B25AC
Complementary color
Monochromatic Colors of #1B25AC
Black with #1B25AC
Text Example
Text Example
White with #1B25AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B25AC; }
p { color: rgb(27,37,172); }
H1.HeaderClassName
{
color: #1B25AC;
}
.AnyTagClassName
{
color: #1B25AC;
}
</style>
background-color css
<style>
a { background-color: #1B25AC; }
a { background-color: rgb(27,37,172); }
div.DivClassName
{
background-color: #1B25AC;
}
.BgClassName
{
background-color: #1B25AC;
}
</style>
border-color css
<style>
span { border-color: #1B25AC; }
span { border-color: rgb(27,37,172); }
td.TdClassName
{
border-color: #1B25AC;
}
.TagClassName
{
border-color: #1B25AC;
}
</style>