Html Css Color HEX #111BAF Egyptian Blue

📋 copy color: '#111BAF'

red 17 ◦ green 27 ◦ blue 175

#111BAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #111BAF

Tints of Egyptian Blue #111BAF

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 value IS 0.90

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#111BAF (or 0x111BAF) is known color: 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

RGB 17 27 175 -
CMYK 0.90 0.85 0 0.31
HSL 236.2º 0.82% 0.38% -
HSV(B) 236.2º 0.9% 0.69% -
XYZ 8.36 4 40.89 -
YUV 40.88 203.69 110.97 -
System Red Green Blue C M Y K H S L
Decimal 17 27 175 0.90 0.85 0 0.31 236.2 0.82 0.38
Hex 11 1B AF 5A 55 0 1F EC 52 26
Octal 21 33 257 132 125 0 37 354 122 46
Binary 10001 11011 10101111 1011010 1010101 0 11111 11101100 1010010 100110

Color Harmonies of #111BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111BAF

Black with #111BAF

Text Example


Text Example

White with #111BAF

Text Example


Text Example

HTML Codes & Css Web 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>