Html Css Color HEX #1134AC Egyptian Blue

📋 copy color: '#1134AC'

red 17 ◦ green 52 ◦ blue 172

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

Shades of Egyptian Blue #1134AC

Tints of Egyptian Blue #1134AC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.58%

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

R = 7.05%
G = 21.58%
B = 71.37%

CMYK

 C value IS 0.90

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1134AC (or 0x1134AC) is known color: Egyptian Blue. HEX triplet: 11, 34 and AC. RGB value is (17,52,172). Sum of RGB (Red+Green+Blue) = 17+52+172=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 172 (67.58% from 255 or 71.37% from 241); Max value from RGB is 172 - color contains mainly: blue. Hex color #1134AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1134AC is #EECB53. Grayscale: #363636. Windows color (decimal): -15649620 or 11285521. OLE color: 11285521.

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

Color convert

RGB 17 52 172 -
CMYK 0.90 0.70 0 0.33
HSL 226.45º 0.82% 0.37% -
HSV(B) 226.45º 0.9% 0.67% -
XYZ 8.91 5.55 39.63 -
YUV 55.22 193.9 100.74 -
System Red Green Blue C M Y K H S L
Decimal 17 52 172 0.90 0.70 0 0.33 226.45 0.82 0.37
Hex 11 34 AC 5A 46 0 21 E2 52 25
Octal 21 64 254 132 106 0 41 342 122 45
Binary 10001 110100 10101100 1011010 1000110 0 100001 11100010 1010010 100101

Color Harmonies of #1134AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1134AC

Black with #1134AC

Text Example


Text Example

White with #1134AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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