Shades of Egyptian Blue #1B35AD
Tints of Egyptian Blue #1B35AD
RGB
CMYK
RGB Variations
Color information
#1B35AD (or 0x1B35AD) is known color: Egyptian Blue. HEX triplet: 1B, 35 and AD. RGB value is (27,53,173). Sum of RGB (Red+Green+Blue) = 27+53+173=253 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.67% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 173 (67.97% from 255 or 68.38% from 253); Max value from RGB is 173 - color contains mainly: blue. Hex color #1B35AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B35AD is #E4CA52. Grayscale: #3A3A3A. Windows color (decimal): -14994003 or 11351323. OLE color: 11351323.
HSL color Cylindrical-coordinate representation of color #1B35AD: hue angle of 229.32º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B35AD is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 27 | 53 | 173 | - |
| CMYK | 0.84 | 0.69 | 0 | 0.32 |
| HSL | 229.32º | 0.73% | 0.39% | - |
| HSV(B) | 229.32º | 0.84% | 0.68% | - |
| XYZ | 9.27 | 5.8 | 40.17 | - |
| YUV | 58.91 | 192.39 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 53 | 173 | 0.84 | 0.69 | 0 | 0.32 | 229.32 | 0.73 | 0.39 |
| Hex | 1B | 35 | AD | 54 | 45 | 0 | 20 | E5 | 49 | 27 |
| Octal | 33 | 65 | 255 | 124 | 105 | 0 | 40 | 345 | 111 | 47 |
| Binary | 11011 | 110101 | 10101101 | 1010100 | 1000101 | 0 | 100000 | 11100101 | 1001001 | 100111 |
Color Harmonies of #1B35AD
Complementary color
Monochromatic Colors of #1B35AD
Black with #1B35AD
Text Example
Text Example
White with #1B35AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B35AD; }
p { color: rgb(27,53,173); }
H1.HeaderClassName
{
color: #1B35AD;
}
.AnyTagClassName
{
color: #1B35AD;
}
</style>
background-color css
<style>
a { background-color: #1B35AD; }
a { background-color: rgb(27,53,173); }
div.DivClassName
{
background-color: #1B35AD;
}
.BgClassName
{
background-color: #1B35AD;
}
</style>
border-color css
<style>
span { border-color: #1B35AD; }
span { border-color: rgb(27,53,173); }
td.TdClassName
{
border-color: #1B35AD;
}
.TagClassName
{
border-color: #1B35AD;
}
</style>