Html Css Color HEX #1137A4 Egyptian Blue

📋 copy color: '#1137A4'

red 17 ◦ green 55 ◦ blue 164

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

Shades of Egyptian Blue #1137A4

Tints of Egyptian Blue #1137A4

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.31%

 BLUE value IS 164 (64.45% from 255) = 69.49%

R = 7.2%
G = 23.31%
B = 69.49%

CMYK

 C value IS 0.90

 M value IS 0.66

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1137A4 (or 0x1137A4) is known color: Egyptian Blue. HEX triplet: 11, 37 and A4. RGB value is (17,55,164). Sum of RGB (Red+Green+Blue) = 17+55+164=236 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.20% from 236); Green value is 55 (21.88% from 255 or 23.31% from 236); Blue value is 164 (64.45% from 255 or 69.49% from 236); Max value from RGB is 164 - color contains mainly: blue. Hex color #1137A4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1137A4 is #EEC85B. Grayscale: #373737. Windows color (decimal): -15648860 or 10762001. OLE color: 10762001.

HSL color Cylindrical-coordinate representation of color #1137A4: hue angle of 224.49º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1137A4 is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 17 55 164 -
CMYK 0.90 0.66 0 0.36
HSL 224.49º 0.81% 0.35% -
HSV(B) 224.49º 0.9% 0.64% -
XYZ 8.3 5.53 35.75 -
YUV 56.06 188.91 100.14 -
System Red Green Blue C M Y K H S L
Decimal 17 55 164 0.90 0.66 0 0.36 224.49 0.81 0.35
Hex 11 37 A4 5A 42 0 24 E0 51 23
Octal 21 67 244 132 102 0 44 340 121 43
Binary 10001 110111 10100100 1011010 1000010 0 100100 11100000 1010001 100011

Color Harmonies of #1137A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1137A4

Black with #1137A4

Text Example


Text Example

White with #1137A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1137A4; }

 p { color: rgb(17,55,164); }

 H1.HeaderClassName
 {
   color: #1137A4;
 }
 .AnyTagClassName
 {
   color: #1137A4;
 }
</style>

background-color css

<style>
 a { background-color: #1137A4; }

 a { background-color: rgb(17,55,164); }

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

border-color css

<style>
 span { border-color: #1137A4; }

 span { border-color: rgb(17,55,164); }

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