#102BA1

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

Shades of Egyptian Blue #102BA1

Tints of Egyptian Blue #102BA1

Color information

#102BA1 (or 0x102BA1) is unknown color: approx Egyptian Blue. HEX triplet: 10, 2B and A1. RGB value is (16,43,161). Sum of RGB (Red+Green+Blue) = 16+43+161=220 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.27% from 220); Green value is 43 (17.19% from 255 or 19.55% from 220); Blue value is 161 (63.28% from 255 or 73.18% from 220); Max value from RGB is 161 - color contains mainly: blue. Hex color #102BA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102BA1 is #EFD45E. Grayscale: #2F2F2F. Windows color (decimal): -15717471 or 10562320. OLE color: 10562320.

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

Color convert

RGB1643161-
CMYK0.900.7300.37
HSL228.83º81.92%34.71%-
HSV(B)228.83º90.06%63.14%-
XYZ7.514.4134.17-
YUV48.38191.55104.91-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.27%
GREEN value IS 43 (17.19% from 255) = 19.55%
BLUE value IS 161 (63.28% from 255) = 73.18%
R=7.27%
G=19.55%
B=73.18%

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
Decimal16431610.900.7300.37228.8381.9234.71
Hex102BA15A49025e55223
Octal205324113211104534512243
Binary1000010101110100001101101010010010100101111001011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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