#102E9E

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

Shades of Egyptian Blue #102E9E

Tints of Egyptian Blue #102E9E

Color information

#102E9E (or 0x102E9E) is unknown color: approx Egyptian Blue. HEX triplet: 10, 2E and 9E. RGB value is (16,46,158). Sum of RGB (Red+Green+Blue) = 16+46+158=220 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.27% from 220); Green value is 46 (18.36% from 255 or 20.91% from 220); Blue value is 158 (62.11% from 255 or 71.82% from 220); Max value from RGB is 158 - color contains mainly: blue. Hex color #102E9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102E9E is #EFD161. Grayscale: #313131. Windows color (decimal): -15716706 or 10366480. OLE color: 10366480.

HSL color Cylindrical-coordinate representation of color #102E9E: hue angle of 227.32º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #102E9E is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1646158-
CMYK0.900.7100.38
HSL227.32º81.61%34.12%-
HSV(B)227.32º89.87%61.96%-
XYZ7.364.5332.83-
YUV49.8189.06103.89-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.27%
GREEN value IS 46 (18.36% from 255) = 20.91%
BLUE value IS 158 (62.11% from 255) = 71.82%
R=7.27%
G=20.91%
B=71.82%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal16461580.900.7100.38227.3281.6134.12
Hex102E9E5A47026e35222
Octal205623613210704634312242
Binary1000010111010011110101101010001110100110111000111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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