#102EA5

Color #102EA5 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #102EA5

Tints of Egyptian Blue #102EA5

Color information

#102EA5 (or 0x102EA5) is unknown color: approx Egyptian Blue. HEX triplet: 10, 2E and A5. RGB value is (16,46,165). Sum of RGB (Red+Green+Blue) = 16+46+165=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 46 (18.36% from 255 or 20.26% from 227); Blue value is 165 (64.84% from 255 or 72.69% from 227); Max value from RGB is 165 - color contains mainly: blue. Hex color #102EA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102EA5 is #EFD15A. Grayscale: #323232. Windows color (decimal): -15716699 or 10825232. OLE color: 10825232.

HSL color Cylindrical-coordinate representation of color #102EA5: hue angle of 227.92º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #102EA5 is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1646165-
CMYK0.900.7200.35
HSL227.92º82.32%35.49%-
HSV(B)227.92º90.3%64.71%-
XYZ7.984.7836.1-
YUV50.6192.56103.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 16 (6.64% from 255) = 7.05%
GREEN value IS 46 (18.36% from 255) = 20.26%
BLUE value IS 165 (64.84% from 255) = 72.69%
R=7.05%
G=20.26%
B=72.69%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16461650.900.7200.35227.9282.3235.49
Hex102EA55A48023e45223
Octal205624513211004334412243
Binary1000010111010100101101101010010000100011111001001010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102EA5; }

 p { color: rgb(16,46,165); }

 H1.HeaderClassName
 {
   color: #102EA5;
 }
 .AnyTagClassName
 {
   color: #102EA5;
 }
</style>
background-color css

<style>
 a { background-color: #102EA5; }

 a { background-color: rgb(16,46,165); }

 div.DivClassName
 {
   background-color: #102EA5;
 }
 .BgClassName
 {
   background-color: #102EA5;
 }
</style>
border-color css

<style>
 span { border-color: #102EA5; }

 span { border-color: rgb(16,46,165); }

 td.TdClassName
 {
   border-color: #102EA5;
 }
 .TagClassName
 {
   border-color: #102EA5;
 }
</style>