Shades of Egyptian Blue #1B35A3
Tints of Egyptian Blue #1B35A3
RGB
CMYK
RGB Variations
Color information
#1B35A3 (or 0x1B35A3) is known color: Egyptian Blue. HEX triplet: 1B, 35 and A3. RGB value is (27,53,163). Sum of RGB (Red+Green+Blue) = 27+53+163=243 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.11% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 163 (64.06% from 255 or 67.08% from 243); Max value from RGB is 163 - color contains mainly: blue. Hex color #1B35A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B35A3 is #E4CA5C. Grayscale: #393939. Windows color (decimal): -14994013 or 10695963. OLE color: 10695963.
HSL color Cylindrical-coordinate representation of color #1B35A3: hue angle of 228.53º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B35A3 is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 27 | 53 | 163 | - |
| CMYK | 0.83 | 0.67 | 0 | 0.36 |
| HSL | 228.53º | 0.72% | 0.37% | - |
| HSV(B) | 228.53º | 0.83% | 0.64% | - |
| XYZ | 8.34 | 5.42 | 35.26 | - |
| YUV | 57.77 | 187.39 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 53 | 163 | 0.83 | 0.67 | 0 | 0.36 | 228.53 | 0.72 | 0.37 |
| Hex | 1B | 35 | A3 | 53 | 43 | 0 | 24 | E5 | 48 | 25 |
| Octal | 33 | 65 | 243 | 123 | 103 | 0 | 44 | 345 | 110 | 45 |
| Binary | 11011 | 110101 | 10100011 | 1010011 | 1000011 | 0 | 100100 | 11100101 | 1001000 | 100101 |
Color Harmonies of #1B35A3
Complementary color
Monochromatic Colors of #1B35A3
Black with #1B35A3
Text Example
Text Example
White with #1B35A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B35A3; }
p { color: rgb(27,53,163); }
H1.HeaderClassName
{
color: #1B35A3;
}
.AnyTagClassName
{
color: #1B35A3;
}
</style>
background-color css
<style>
a { background-color: #1B35A3; }
a { background-color: rgb(27,53,163); }
div.DivClassName
{
background-color: #1B35A3;
}
.BgClassName
{
background-color: #1B35A3;
}
</style>
border-color css
<style>
span { border-color: #1B35A3; }
span { border-color: rgb(27,53,163); }
td.TdClassName
{
border-color: #1B35A3;
}
.TagClassName
{
border-color: #1B35A3;
}
</style>