#102DA5

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

Shades of Egyptian Blue #102DA5

Tints of Egyptian Blue #102DA5

Color information

#102DA5 (or 0x102DA5) is unknown color: approx Egyptian Blue. HEX triplet: 10, 2D and A5. RGB value is (16,45,165). Sum of RGB (Red+Green+Blue) = 16+45+165=226 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.08% from 226); Green value is 45 (17.97% from 255 or 19.91% from 226); Blue value is 165 (64.84% from 255 or 73.01% from 226); Max value from RGB is 165 - color contains mainly: blue. Hex color #102DA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102DA5 is #EFD25A. Grayscale: #313131. Windows color (decimal): -15716955 or 10824976. OLE color: 10824976.

HSL color Cylindrical-coordinate representation of color #102DA5: hue angle of 228.32º 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 #102DA5 is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1645165-
CMYK0.900.7300.35
HSL228.32º82.32%35.49%-
HSV(B)228.32º90.3%64.71%-
XYZ7.944.736.09-
YUV50.01192.89103.74-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.08%
GREEN value IS 45 (17.97% from 255) = 19.91%
BLUE value IS 165 (64.84% from 255) = 73.01%
R=7.08%
G=19.91%
B=73.01%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16451650.900.7300.35228.3282.3235.49
Hex102DA55A49023e45223
Octal205524513211104334412243
Binary1000010110110100101101101010010010100011111001001010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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