#1031B3

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

Shades of Egyptian Blue #1031B3

Tints of Egyptian Blue #1031B3

Color information

#1031B3 (or 0x1031B3) is unknown color: approx Egyptian Blue. HEX triplet: 10, 31 and B3. RGB value is (16,49,179). Sum of RGB (Red+Green+Blue) = 16+49+179=244 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.56% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 179 (70.31% from 255 or 73.36% from 244); Max value from RGB is 179 - color contains mainly: blue. Hex color #1031B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1031B3 is #EFCE4C. Grayscale: #353535. Windows color (decimal): -15715917 or 11743504. OLE color: 11743504.

HSL color Cylindrical-coordinate representation of color #1031B3: hue angle of 227.85º 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 #1031B3 is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1649179-
CMYK0.910.7300.30
HSL227.85º83.59%38.24%-
HSV(B)227.85º91.06%70.2%-
XYZ9.455.5643.22-
YUV53.95198.57100.93-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.56%
GREEN value IS 49 (19.53% from 255) = 20.08%
BLUE value IS 179 (70.31% from 255) = 73.36%
R=6.56%
G=20.08%
B=73.36%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal16491790.910.7300.30227.8583.5938.24
Hex1031B35B4901Ee45426
Octal206126313311103634412446
Binary100001100011011001110110111001001011110111001001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1031B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1031B3; }

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

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

<style>
 a { background-color: #1031B3; }

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

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

<style>
 span { border-color: #1031B3; }

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

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