Html Css Color HEX #1141AB Egyptian Blue

📋 copy color: '#1141AB'

red 17 ◦ green 65 ◦ blue 171

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

Shades of Egyptian Blue #1141AB

Tints of Egyptian Blue #1141AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 67.59%

R = 6.72%
G = 25.69%
B = 67.59%

CMYK

 C value IS 0.90

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1141AB (or 0x1141AB) is known color: Egyptian Blue. HEX triplet: 11, 41 and AB. RGB value is (17,65,171). Sum of RGB (Red+Green+Blue) = 17+65+171=253 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.72% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 171 (67.19% from 255 or 67.59% from 253); Max value from RGB is 171 - color contains mainly: blue. Hex color #1141AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1141AB is #EEBE54. Grayscale: #3E3E3E. Windows color (decimal): -15646293 or 11223313. OLE color: 11223313.

HSL color Cylindrical-coordinate representation of color #1141AB: hue angle of 221.3º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1141AB is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 65 171 -
CMYK 0.90 0.62 0 0.33
HSL 221.3º 0.82% 0.37% -
HSV(B) 221.3º 0.9% 0.67% -
XYZ 9.47 6.84 39.35 -
YUV 62.73 189.1 95.38 -
System Red Green Blue C M Y K H S L
Decimal 17 65 171 0.90 0.62 0 0.33 221.3 0.82 0.37
Hex 11 41 AB 5A 3E 0 21 DD 52 25
Octal 21 101 253 132 76 0 41 335 122 45
Binary 10001 1000001 10101011 1011010 111110 0 100001 11011101 1010010 100101

Color Harmonies of #1141AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1141AB

Black with #1141AB

Text Example


Text Example

White with #1141AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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