Shades of Egyptian Blue #1B37AC
Tints of Egyptian Blue #1B37AC
RGB
CMYK
RGB Variations
Color information
#1B37AC (or 0x1B37AC) is known color: Egyptian Blue. HEX triplet: 1B, 37 and AC. RGB value is (27,55,172). Sum of RGB (Red+Green+Blue) = 27+55+172=254 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.63% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 172 (67.58% from 255 or 67.72% from 254); Max value from RGB is 172 - color contains mainly: blue. Hex color #1B37AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B37AC is #E4C853. Grayscale: #3B3B3B. Windows color (decimal): -14993492 or 11286299. OLE color: 11286299.
HSL color Cylindrical-coordinate representation of color #1B37AC: hue angle of 228.41º 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 #1B37AC is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 55 | 172 | - |
| CMYK | 0.84 | 0.68 | 0 | 0.33 |
| HSL | 228.41º | 0.73% | 0.39% | - |
| HSV(B) | 228.41º | 0.84% | 0.67% | - |
| XYZ | 9.26 | 5.94 | 39.69 | - |
| YUV | 59.97 | 191.22 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 55 | 172 | 0.84 | 0.68 | 0 | 0.33 | 228.41 | 0.73 | 0.39 |
| Hex | 1B | 37 | AC | 54 | 44 | 0 | 21 | E4 | 49 | 27 |
| Octal | 33 | 67 | 254 | 124 | 104 | 0 | 41 | 344 | 111 | 47 |
| Binary | 11011 | 110111 | 10101100 | 1010100 | 1000100 | 0 | 100001 | 11100100 | 1001001 | 100111 |
Color Harmonies of #1B37AC
Complementary color
Monochromatic Colors of #1B37AC
Black with #1B37AC
Text Example
Text Example
White with #1B37AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B37AC; }
p { color: rgb(27,55,172); }
H1.HeaderClassName
{
color: #1B37AC;
}
.AnyTagClassName
{
color: #1B37AC;
}
</style>
background-color css
<style>
a { background-color: #1B37AC; }
a { background-color: rgb(27,55,172); }
div.DivClassName
{
background-color: #1B37AC;
}
.BgClassName
{
background-color: #1B37AC;
}
</style>
border-color css
<style>
span { border-color: #1B37AC; }
span { border-color: rgb(27,55,172); }
td.TdClassName
{
border-color: #1B37AC;
}
.TagClassName
{
border-color: #1B37AC;
}
</style>