Html Css Color HEX #1141AC Egyptian Blue

📋 copy color: '#1141AC'

red 17 ◦ green 65 ◦ blue 172

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

Shades of Egyptian Blue #1141AC

Tints of Egyptian Blue #1141AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 67.72%

R = 6.69%
G = 25.59%
B = 67.72%

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

#1141AC (or 0x1141AC) is known color: Egyptian Blue. HEX triplet: 11, 41 and AC. RGB value is (17,65,172). Sum of RGB (Red+Green+Blue) = 17+65+172=254 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.69% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 172 (67.58% from 255 or 67.72% from 254); Max value from RGB is 172 - color contains mainly: blue. Hex color #1141AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1141AC is #EEBE53. Grayscale: #3E3E3E. Windows color (decimal): -15646292 or 11288849. OLE color: 11288849.

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

Color convert

RGB 17 65 172 -
CMYK 0.90 0.62 0 0.33
HSL 221.42º 0.82% 0.37% -
HSV(B) 221.42º 0.9% 0.67% -
XYZ 9.57 6.88 39.85 -
YUV 62.85 189.6 95.3 -
System Red Green Blue C M Y K H S L
Decimal 17 65 172 0.90 0.62 0 0.33 221.42 0.82 0.37
Hex 11 41 AC 5A 3E 0 21 DD 52 25
Octal 21 101 254 132 76 0 41 335 122 45
Binary 10001 1000001 10101100 1011010 111110 0 100001 11011101 1010010 100101

Color Harmonies of #1141AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1141AC

Black with #1141AC

Text Example


Text Example

White with #1141AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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