Html Css Color HEX #1141B0 Egyptian Blue

📋 copy color: '#1141B0'

red 17 ◦ green 65 ◦ blue 176

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

Shades of Egyptian Blue #1141B0

Tints of Egyptian Blue #1141B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 68.22%

R = 6.59%
G = 25.19%
B = 68.22%

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

#1141B0 (or 0x1141B0) is known color: Egyptian Blue. HEX triplet: 11, 41 and B0. RGB value is (17,65,176). Sum of RGB (Red+Green+Blue) = 17+65+176=258 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.59% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 176 (69.14% from 255 or 68.22% from 258); Max value from RGB is 176 - color contains mainly: blue. Hex color #1141B0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1141B0 is #EEBE4F. Grayscale: #3E3E3E. Windows color (decimal): -15646288 or 11550993. OLE color: 11550993.

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

Color convert

RGB 17 65 176 -
CMYK 0.90 0.63 0 0.31
HSL 221.89º 0.82% 0.38% -
HSV(B) 221.89º 0.9% 0.69% -
XYZ 9.96 7.03 41.91 -
YUV 63.3 191.6 94.97 -
System Red Green Blue C M Y K H S L
Decimal 17 65 176 0.90 0.63 0 0.31 221.89 0.82 0.38
Hex 11 41 B0 5A 3F 0 1F DE 52 26
Octal 21 101 260 132 77 0 37 336 122 46
Binary 10001 1000001 10110000 1011010 111111 0 11111 11011110 1010010 100110

Color Harmonies of #1141B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1141B0

Black with #1141B0

Text Example


Text Example

White with #1141B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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