#1142B1

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

Shades of Egyptian Blue #1142B1

Tints of Egyptian Blue #1142B1

Color information

#1142B1 (or 0x1142B1) is unknown color: approx Egyptian Blue. HEX triplet: 11, 42 and B1. RGB value is (17,66,177). Sum of RGB (Red+Green+Blue) = 17+66+177=260 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.54% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 177 (69.53% from 255 or 68.08% from 260); Max value from RGB is 177 - color contains mainly: blue. Hex color #1142B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1142B1 is #EEBD4E. Grayscale: #3F3F3F. Windows color (decimal): -15646031 or 11616785. OLE color: 11616785.

HSL color Cylindrical-coordinate representation of color #1142B1: hue angle of 221.62º 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 #1142B1 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1766177-
CMYK0.900.6300.31
HSL221.62º82.47%38.04%-
HSV(B)221.62º90.4%69.41%-
XYZ10.127.1942.45-
YUV64191.7794.47-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.54%
GREEN value IS 66 (26.17% from 255) = 25.38%
BLUE value IS 177 (69.53% from 255) = 68.08%
R=6.54%
G=25.38%
B=68.08%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17661770.900.6300.31221.6282.4738.04
Hex1142B15A3F01Fde5226
Octal211022611327703733612246
Binary100011000010101100011011010111111011111110111101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1142B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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