Html Css Color HEX #1141B1 Egyptian Blue

📋 copy color: '#1141B1'

red 17 ◦ green 65 ◦ blue 177

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

Shades of Egyptian Blue #1141B1

Tints of Egyptian Blue #1141B1

RGB

 RED value IS 17 (7.03% from 255) = 6.56%

 GREEN value IS 65 (25.78% from 255) = 25.1%

 BLUE value IS 177 (69.53% from 255) = 68.34%

R = 6.56%
G = 25.1%
B = 68.34%

CMYK

 C value IS 0.90

 M value IS 0.63

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1141B1 (or 0x1141B1) is known color: Egyptian Blue. HEX triplet: 11, 41 and B1. RGB value is (17,65,177). Sum of RGB (Red+Green+Blue) = 17+65+177=259 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.56% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 177 (69.53% from 255 or 68.34% from 259); Max value from RGB is 177 - color contains mainly: blue. Hex color #1141B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1141B1 is #EEBE4E. Grayscale: #3E3E3E. Windows color (decimal): -15646287 or 11616529. OLE color: 11616529.

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

Color convert

RGB 17 65 177 -
CMYK 0.90 0.63 0 0.31
HSL 222º 0.82% 0.38% -
HSV(B) 222º 0.9% 0.69% -
XYZ 10.06 7.07 42.43 -
YUV 63.42 192.1 94.89 -
System Red Green Blue C M Y K H S L
Decimal 17 65 177 0.90 0.63 0 0.31 222 0.82 0.38
Hex 11 41 B1 5A 3F 0 1F DE 52 26
Octal 21 101 261 132 77 0 37 336 122 46
Binary 10001 1000001 10110001 1011010 111111 0 11111 11011110 1010010 100110

Color Harmonies of #1141B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1141B1

Black with #1141B1

Text Example


Text Example

White with #1141B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1141B1;
 }
 .AnyTagClassName
 {
   color: #1141B1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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