Shades of Egyptian Blue #102AA4
Tints of Egyptian Blue #102AA4
RGB
CMYK
RGB Variations
Color information
#102AA4 (or 0x102AA4) is known color: Egyptian Blue. HEX triplet: 10, 2A and A4. RGB value is (16,42,164). Sum of RGB (Red+Green+Blue) = 16+42+164=222 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.21% from 222); Green value is 42 (16.80% from 255 or 18.92% from 222); Blue value is 164 (64.45% from 255 or 73.87% from 222); Max value from RGB is 164 - color contains mainly: blue. Hex color #102AA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102AA4 is #EFD55B. Grayscale: #2F2F2F. Windows color (decimal): -15717724 or 10758672. OLE color: 10758672.
HSL color Cylindrical-coordinate representation of color #102AA4: hue angle of 229.46º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #102AA4 is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 42 | 164 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.36 |
| HSL | 229.46º | 0.82% | 0.35% | - |
| HSV(B) | 229.46º | 0.9% | 0.64% | - |
| XYZ | 7.74 | 4.45 | 35.57 | - |
| YUV | 48.13 | 193.39 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 42 | 164 | 0.90 | 0.74 | 0 | 0.36 | 229.46 | 0.82 | 0.35 |
| Hex | 10 | 2A | A4 | 5A | 4A | 0 | 24 | E5 | 52 | 23 |
| Octal | 20 | 52 | 244 | 132 | 112 | 0 | 44 | 345 | 122 | 43 |
| Binary | 10000 | 101010 | 10100100 | 1011010 | 1001010 | 0 | 100100 | 11100101 | 1010010 | 100011 |
Color Harmonies of #102AA4
Complementary color
Monochromatic Colors of #102AA4
Black with #102AA4
Text Example
Text Example
White with #102AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102AA4; }
p { color: rgb(16,42,164); }
H1.HeaderClassName
{
color: #102AA4;
}
.AnyTagClassName
{
color: #102AA4;
}
</style>
background-color css
<style>
a { background-color: #102AA4; }
a { background-color: rgb(16,42,164); }
div.DivClassName
{
background-color: #102AA4;
}
.BgClassName
{
background-color: #102AA4;
}
</style>
border-color css
<style>
span { border-color: #102AA4; }
span { border-color: rgb(16,42,164); }
td.TdClassName
{
border-color: #102AA4;
}
.TagClassName
{
border-color: #102AA4;
}
</style>