#111BAF

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

Shades of Egyptian Blue #111BAF

Tints of Egyptian Blue #111BAF

Color information

#111BAF (or 0x111BAF) is unknown color: approx Egyptian Blue. HEX triplet: 11, 1B and AF. RGB value is (17,27,175). Sum of RGB (Red+Green+Blue) = 17+27+175=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 27 (10.94% from 255 or 12.33% from 219); Blue value is 175 (68.75% from 255 or 79.91% from 219); Max value from RGB is 175 - color contains mainly: blue. Hex color #111BAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111BAF is #EEE450. Grayscale: #282828. Windows color (decimal): -15656017 or 11475729. OLE color: 11475729.

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

Color convert

RGB1727175-
CMYK0.900.8500.31
HSL236.2º82.29%37.65%-
HSV(B)236.2º90.29%68.63%-
XYZ8.36440.89-
YUV40.88203.69110.97-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.76%
GREEN value IS 27 (10.94% from 255) = 12.33%
BLUE value IS 175 (68.75% from 255) = 79.91%
R=7.76%
G=12.33%
B=79.91%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17271750.900.8500.31236.282.2937.65
Hex111BAF5A5501Fec5226
Octal213325713212503735412246
Binary10001110111010111110110101010101011111111011001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111BAF; }

 p { color: rgb(17,27,175); }

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

<style>
 a { background-color: #111BAF; }

 a { background-color: rgb(17,27,175); }

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

<style>
 span { border-color: #111BAF; }

 span { border-color: rgb(17,27,175); }

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