#102CA4

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

Shades of Egyptian Blue #102CA4

Tints of Egyptian Blue #102CA4

Color information

#102CA4 (or 0x102CA4) is unknown color: approx Egyptian Blue. HEX triplet: 10, 2C and A4. RGB value is (16,44,164). Sum of RGB (Red+Green+Blue) = 16+44+164=224 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.14% from 224); Green value is 44 (17.58% from 255 or 19.64% from 224); Blue value is 164 (64.45% from 255 or 73.21% from 224); Max value from RGB is 164 - color contains mainly: blue. Hex color #102CA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102CA4 is #EFD35B. Grayscale: #303030. Windows color (decimal): -15717212 or 10759184. OLE color: 10759184.

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

Color convert

RGB1644164-
CMYK0.900.7300.36
HSL228.65º82.22%35.29%-
HSV(B)228.65º90.24%64.31%-
XYZ7.824.5935.6-
YUV49.31192.72104.24-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.14%
GREEN value IS 44 (17.58% from 255) = 19.64%
BLUE value IS 164 (64.45% from 255) = 73.21%
R=7.14%
G=19.64%
B=73.21%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16441640.900.7300.36228.6582.2235.29
Hex102CA45A49024e55223
Octal205424413211104434512243
Binary1000010110010100100101101010010010100100111001011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,44,164); }

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

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

 a { background-color: rgb(16,44,164); }

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

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

 span { border-color: rgb(16,44,164); }

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