#101CB3

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

Shades of Egyptian Blue #101CB3

Tints of Egyptian Blue #101CB3

Color information

#101CB3 (or 0x101CB3) is unknown color: approx Egyptian Blue. HEX triplet: 10, 1C and B3. RGB value is (16,28,179). Sum of RGB (Red+Green+Blue) = 16+28+179=223 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.17% from 223); Green value is 28 (11.33% from 255 or 12.56% from 223); Blue value is 179 (70.31% from 255 or 80.27% from 223); Max value from RGB is 179 - color contains mainly: blue. Hex color #101CB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #101CB3 is #EFE34C. Grayscale: #292929. Windows color (decimal): -15721293 or 11738128. OLE color: 11738128.

HSL color Cylindrical-coordinate representation of color #101CB3: hue angle of 235.58º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #101CB3 is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1628179-
CMYK0.910.8400.30
HSL235.58º83.59%38.24%-
HSV(B)235.58º91.06%70.2%-
XYZ8.774.243-
YUV41.63205.52109.72-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.17%
GREEN value IS 28 (11.33% from 255) = 12.56%
BLUE value IS 179 (70.31% from 255) = 80.27%
R=7.17%
G=12.56%
B=80.27%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal16281790.910.8400.30235.5883.5938.24
Hex101CB35B5401Eec5426
Octal203426313312403635412446
Binary10000111001011001110110111010100011110111011001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,28,179); }

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

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

 a { background-color: rgb(16,28,179); }

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

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

 span { border-color: rgb(16,28,179); }

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