Html Css Color HEX #1129B3 Egyptian Blue

📋 copy color: '#1129B3'

red 17 ◦ green 41 ◦ blue 179

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

Shades of Egyptian Blue #1129B3

Tints of Egyptian Blue #1129B3

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.3%

 BLUE value IS 179 (70.31% from 255) = 75.53%

R = 7.17%
G = 17.3%
B = 75.53%

CMYK

 C value IS 0.91

 M value IS 0.77

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#1129B3 (or 0x1129B3) is known color: Egyptian Blue. HEX triplet: 11, 29 and B3. RGB value is (17,41,179). Sum of RGB (Red+Green+Blue) = 17+41+179=237 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.17% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 179 (70.31% from 255 or 75.53% from 237); Max value from RGB is 179 - color contains mainly: blue. Hex color #1129B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1129B3 is #EED64C. Grayscale: #303030. Windows color (decimal): -15652429 or 11741457. OLE color: 11741457.

HSL color Cylindrical-coordinate representation of color #1129B3: hue angle of 231.11º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1129B3 is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 17 41 179 -
CMYK 0.91 0.77 0 0.30
HSL 231.11º 0.83% 0.38% -
HSV(B) 231.11º 0.91% 0.7% -
XYZ 9.16 4.96 43.12 -
YUV 49.56 201.05 104.78 -
System Red Green Blue C M Y K H S L
Decimal 17 41 179 0.91 0.77 0 0.30 231.11 0.83 0.38
Hex 11 29 B3 5B 4D 0 1E E7 53 26
Octal 21 51 263 133 115 0 36 347 123 46
Binary 10001 101001 10110011 1011011 1001101 0 11110 11100111 1010011 100110

Color Harmonies of #1129B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1129B3

Black with #1129B3

Text Example


Text Example

White with #1129B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1129B3; }

 p { color: rgb(17,41,179); }

 H1.HeaderClassName
 {
   color: #1129B3;
 }
 .AnyTagClassName
 {
   color: #1129B3;
 }
</style>

background-color css

<style>
 a { background-color: #1129B3; }

 a { background-color: rgb(17,41,179); }

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

border-color css

<style>
 span { border-color: #1129B3; }

 span { border-color: rgb(17,41,179); }

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