#101AB6

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

Shades of Egyptian Blue #101AB6

Tints of Egyptian Blue #101AB6

Color information

#101AB6 (or 0x101AB6) is unknown color: approx Egyptian Blue. HEX triplet: 10, 1A and B6. RGB value is (16,26,182). Sum of RGB (Red+Green+Blue) = 16+26+182=224 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.14% from 224); Green value is 26 (10.55% from 255 or 11.61% from 224); Blue value is 182 (71.48% from 255 or 81.25% from 224); Max value from RGB is 182 - color contains mainly: blue. Hex color #101AB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #101AB6 is #EFE549. Grayscale: #282828. Windows color (decimal): -15721802 or 11934224. OLE color: 11934224.

HSL color Cylindrical-coordinate representation of color #101AB6: hue angle of 236.39º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #101AB6 is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1626182-
CMYK0.910.8600.29
HSL236.39º83.84%38.82%-
HSV(B)236.39º91.21%71.37%-
XYZ9.034.2344.6-
YUV40.79207.69110.32-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.14%
GREEN value IS 26 (10.55% from 255) = 11.61%
BLUE value IS 182 (71.48% from 255) = 81.25%
R=7.14%
G=11.61%
B=81.25%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal16261820.910.8600.29236.3983.8438.82
Hex101AB65B5601Dec5427
Octal203226613312603535412447
Binary10000110101011011010110111010110011101111011001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,26,182); }

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

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

 a { background-color: rgb(16,26,182); }

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

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

 span { border-color: rgb(16,26,182); }

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