Shades of Egyptian Blue #102AAC
Tints of Egyptian Blue #102AAC
RGB
CMYK
RGB Variations
Color information
#102AAC (or 0x102AAC) is known color: Egyptian Blue. HEX triplet: 10, 2A and AC. RGB value is (16,42,172). Sum of RGB (Red+Green+Blue) = 16+42+172=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 42 (16.80% from 255 or 18.26% from 230); Blue value is 172 (67.58% from 255 or 74.78% from 230); Max value from RGB is 172 - color contains mainly: blue. Hex color #102AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102AAC is #EFD553. Grayscale: #303030. Windows color (decimal): -15717716 or 11282960. OLE color: 11282960.
HSL color Cylindrical-coordinate representation of color #102AAC: hue angle of 230º 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 #102AAC is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 42 | 172 | - |
| CMYK | 0.91 | 0.76 | 0 | 0.33 |
| HSL | 230º | 0.83% | 0.37% | - |
| HSV(B) | 230º | 0.91% | 0.67% | - |
| XYZ | 8.49 | 4.74 | 39.5 | - |
| YUV | 49.05 | 197.39 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 42 | 172 | 0.91 | 0.76 | 0 | 0.33 | 230 | 0.83 | 0.37 |
| Hex | 10 | 2A | AC | 5B | 4C | 0 | 21 | E6 | 53 | 25 |
| Octal | 20 | 52 | 254 | 133 | 114 | 0 | 41 | 346 | 123 | 45 |
| Binary | 10000 | 101010 | 10101100 | 1011011 | 1001100 | 0 | 100001 | 11100110 | 1010011 | 100101 |
Color Harmonies of #102AAC
Complementary color
Monochromatic Colors of #102AAC
Black with #102AAC
Text Example
Text Example
White with #102AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102AAC; }
p { color: rgb(16,42,172); }
H1.HeaderClassName
{
color: #102AAC;
}
.AnyTagClassName
{
color: #102AAC;
}
</style>
background-color css
<style>
a { background-color: #102AAC; }
a { background-color: rgb(16,42,172); }
div.DivClassName
{
background-color: #102AAC;
}
.BgClassName
{
background-color: #102AAC;
}
</style>
border-color css
<style>
span { border-color: #102AAC; }
span { border-color: rgb(16,42,172); }
td.TdClassName
{
border-color: #102AAC;
}
.TagClassName
{
border-color: #102AAC;
}
</style>