#1127B3

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

Shades of Egyptian Blue #1127B3

Tints of Egyptian Blue #1127B3

Color information

#1127B3 (or 0x1127B3) is unknown color: approx Egyptian Blue. HEX triplet: 11, 27 and B3. RGB value is (17,39,179). Sum of RGB (Red+Green+Blue) = 17+39+179=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 39 (15.62% from 255 or 16.60% from 235); Blue value is 179 (70.31% from 255 or 76.17% from 235); Max value from RGB is 179 - color contains mainly: blue. Hex color #1127B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1127B3 is #EED84C. Grayscale: #2F2F2F. Windows color (decimal): -15652941 or 11740945. OLE color: 11740945.

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

Color convert

RGB1739179-
CMYK0.910.7800.30
HSL231.85º82.65%38.43%-
HSV(B)231.85º90.5%70.2%-
XYZ9.094.8243.1-
YUV48.38201.71105.62-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.23%
GREEN value IS 39 (15.62% from 255) = 16.60%
BLUE value IS 179 (70.31% from 255) = 76.17%
R=7.23%
G=16.60%
B=76.17%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17391790.910.7800.30231.8582.6538.43
Hex1127B35B4E01Ee85326
Octal214726313311603635012346
Binary100011001111011001110110111001110011110111010001010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1127B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,39,179); }

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

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

 a { background-color: rgb(17,39,179); }

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

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

 span { border-color: rgb(17,39,179); }

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