#101FA5

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

Shades of Egyptian Blue #101FA5

Tints of Egyptian Blue #101FA5

Color information

#101FA5 (or 0x101FA5) is unknown color: approx Egyptian Blue. HEX triplet: 10, 1F and A5. RGB value is (16,31,165). Sum of RGB (Red+Green+Blue) = 16+31+165=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 31 (12.5% from 255 or 14.62% from 212); Blue value is 165 (64.84% from 255 or 77.83% from 212); Max value from RGB is 165 - color contains mainly: blue. Hex color #101FA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101FA5 is #EFE05A. Grayscale: #292929. Windows color (decimal): -15720539 or 10821392. OLE color: 10821392.

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

Color convert

RGB1631165-
CMYK0.900.8100.35
HSL233.96º82.32%35.49%-
HSV(B)233.96º90.3%64.71%-
XYZ7.53.8135.94-
YUV41.79197.53109.6-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.55%
GREEN value IS 31 (12.5% from 255) = 14.62%
BLUE value IS 165 (64.84% from 255) = 77.83%
R=7.55%
G=14.62%
B=77.83%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16311650.900.8100.35233.9682.3235.49
Hex101FA55A51023ea5223
Octal203724513212104335212243
Binary100001111110100101101101010100010100011111010101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101FA5; }

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

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

<style>
 a { background-color: #101FA5; }

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

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

<style>
 span { border-color: #101FA5; }

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

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