Shades of Egyptian Blue #1033B1
Tints of Egyptian Blue #1033B1
RGB
CMYK
RGB Variations
Color information
#1033B1 (or 0x1033B1) is known color: Egyptian Blue. HEX triplet: 10, 33 and B1. RGB value is (16,51,177). Sum of RGB (Red+Green+Blue) = 16+51+177=244 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.56% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 177 (69.53% from 255 or 72.54% from 244); Max value from RGB is 177 - color contains mainly: blue. Hex color #1033B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1033B1 is #EFCC4E. Grayscale: #363636. Windows color (decimal): -15715407 or 11612944. OLE color: 11612944.
HSL color Cylindrical-coordinate representation of color #1033B1: hue angle of 226.96º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1033B1 is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 51 | 177 | - |
| CMYK | 0.91 | 0.71 | 0 | 0.31 |
| HSL | 226.96º | 0.83% | 0.38% | - |
| HSV(B) | 226.96º | 0.91% | 0.69% | - |
| XYZ | 9.33 | 5.65 | 42.19 | - |
| YUV | 54.9 | 196.9 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 51 | 177 | 0.91 | 0.71 | 0 | 0.31 | 226.96 | 0.83 | 0.38 |
| Hex | 10 | 33 | B1 | 5B | 47 | 0 | 1F | E3 | 53 | 26 |
| Octal | 20 | 63 | 261 | 133 | 107 | 0 | 37 | 343 | 123 | 46 |
| Binary | 10000 | 110011 | 10110001 | 1011011 | 1000111 | 0 | 11111 | 11100011 | 1010011 | 100110 |
Color Harmonies of #1033B1
Complementary color
Monochromatic Colors of #1033B1
Black with #1033B1
Text Example
Text Example
White with #1033B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1033B1; }
p { color: rgb(16,51,177); }
H1.HeaderClassName
{
color: #1033B1;
}
.AnyTagClassName
{
color: #1033B1;
}
</style>
background-color css
<style>
a { background-color: #1033B1; }
a { background-color: rgb(16,51,177); }
div.DivClassName
{
background-color: #1033B1;
}
.BgClassName
{
background-color: #1033B1;
}
</style>
border-color css
<style>
span { border-color: #1033B1; }
span { border-color: rgb(16,51,177); }
td.TdClassName
{
border-color: #1033B1;
}
.TagClassName
{
border-color: #1033B1;
}
</style>