Shades of Egyptian Blue #1043AB
Tints of Egyptian Blue #1043AB
RGB
CMYK
RGB Variations
Color information
#1043AB (or 0x1043AB) is known color: Egyptian Blue. HEX triplet: 10, 43 and AB. RGB value is (16,67,171). Sum of RGB (Red+Green+Blue) = 16+67+171=254 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.30% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 171 (67.19% from 255 or 67.32% from 254); Max value from RGB is 171 - color contains mainly: blue. Hex color #1043AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1043AB is #EFBC54. Grayscale: #3F3F3F. Windows color (decimal): -15711317 or 11223824. OLE color: 11223824.
HSL color Cylindrical-coordinate representation of color #1043AB: hue angle of 220.26º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1043AB is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 67 | 171 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.33 |
| HSL | 220.26º | 0.83% | 0.37% | - |
| HSV(B) | 220.26º | 0.91% | 0.67% | - |
| XYZ | 9.57 | 7.06 | 39.39 | - |
| YUV | 63.61 | 188.6 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 67 | 171 | 0.91 | 0.61 | 0 | 0.33 | 220.26 | 0.83 | 0.37 |
| Hex | 10 | 43 | AB | 5B | 3D | 0 | 21 | DC | 53 | 25 |
| Octal | 20 | 103 | 253 | 133 | 75 | 0 | 41 | 334 | 123 | 45 |
| Binary | 10000 | 1000011 | 10101011 | 1011011 | 111101 | 0 | 100001 | 11011100 | 1010011 | 100101 |
Color Harmonies of #1043AB
Complementary color
Monochromatic Colors of #1043AB
Black with #1043AB
Text Example
Text Example
White with #1043AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1043AB; }
p { color: rgb(16,67,171); }
H1.HeaderClassName
{
color: #1043AB;
}
.AnyTagClassName
{
color: #1043AB;
}
</style>
background-color css
<style>
a { background-color: #1043AB; }
a { background-color: rgb(16,67,171); }
div.DivClassName
{
background-color: #1043AB;
}
.BgClassName
{
background-color: #1043AB;
}
</style>
border-color css
<style>
span { border-color: #1043AB; }
span { border-color: rgb(16,67,171); }
td.TdClassName
{
border-color: #1043AB;
}
.TagClassName
{
border-color: #1043AB;
}
</style>