#102CA1

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

Shades of Egyptian Blue #102CA1

Tints of Egyptian Blue #102CA1

Color information

#102CA1 (or 0x102CA1) is unknown color: approx Egyptian Blue. HEX triplet: 10, 2C and A1. RGB value is (16,44,161). Sum of RGB (Red+Green+Blue) = 16+44+161=221 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.24% from 221); Green value is 44 (17.58% from 255 or 19.91% from 221); Blue value is 161 (63.28% from 255 or 72.85% from 221); Max value from RGB is 161 - color contains mainly: blue. Hex color #102CA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102CA1 is #EFD35E. Grayscale: #303030. Windows color (decimal): -15717215 or 10562576. OLE color: 10562576.

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

Color convert

RGB1644161-
CMYK0.900.7300.37
HSL228.41º81.92%34.71%-
HSV(B)228.41º90.06%63.14%-
XYZ7.554.4834.19-
YUV48.97191.22104.49-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.24%
GREEN value IS 44 (17.58% from 255) = 19.91%
BLUE value IS 161 (63.28% from 255) = 72.85%
R=7.24%
G=19.91%
B=72.85%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16441610.900.7300.37228.4181.9234.71
Hex102CA15A49025e45223
Octal205424113211104534412243
Binary1000010110010100001101101010010010100101111001001010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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