#1143B1

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

Shades of Egyptian Blue #1143B1

Tints of Egyptian Blue #1143B1

Color information

#1143B1 (or 0x1143B1) is unknown color: approx Egyptian Blue. HEX triplet: 11, 43 and B1. RGB value is (17,67,177). Sum of RGB (Red+Green+Blue) = 17+67+177=261 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.51% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 177 (69.53% from 255 or 67.82% from 261); Max value from RGB is 177 - color contains mainly: blue. Hex color #1143B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1143B1 is #EEBC4E. Grayscale: #404040. Windows color (decimal): -15645775 or 11617041. OLE color: 11617041.

HSL color Cylindrical-coordinate representation of color #1143B1: hue angle of 221.25º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1143B1 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1767177-
CMYK0.900.6200.31
HSL221.25º82.47%38.04%-
HSV(B)221.25º90.4%69.41%-
XYZ10.177.3142.47-
YUV64.59191.4494.06-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.51%
GREEN value IS 67 (26.56% from 255) = 25.67%
BLUE value IS 177 (69.53% from 255) = 67.82%
R=6.51%
G=25.67%
B=67.82%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17671770.900.6200.31221.2582.4738.04
Hex1143B15A3E01Fdd5226
Octal211032611327603733512246
Binary100011000011101100011011010111110011111110111011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1143B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1143B1; }

 p { color: rgb(17,67,177); }

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

<style>
 a { background-color: #1143B1; }

 a { background-color: rgb(17,67,177); }

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

<style>
 span { border-color: #1143B1; }

 span { border-color: rgb(17,67,177); }

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