Html Css Color HEX #1139B2 Egyptian Blue

📋 copy color: '#1139B2'

red 17 ◦ green 57 ◦ blue 178

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

Shades of Egyptian Blue #1139B2

Tints of Egyptian Blue #1139B2

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.62%

 BLUE value IS 178 (69.92% from 255) = 70.63%

R = 6.75%
G = 22.62%
B = 70.63%

CMYK

 C value IS 0.90

 M value IS 0.68

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#1139B2 (or 0x1139B2) is known color: Egyptian Blue. HEX triplet: 11, 39 and B2. RGB value is (17,57,178). Sum of RGB (Red+Green+Blue) = 17+57+178=252 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.75% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 178 (69.92% from 255 or 70.63% from 252); Max value from RGB is 178 - color contains mainly: blue. Hex color #1139B2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1139B2 is #EEC64D. Grayscale: #3A3A3A. Windows color (decimal): -15648334 or 11680017. OLE color: 11680017.

HSL color Cylindrical-coordinate representation of color #1139B2: hue angle of 225.09º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1139B2 is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 17 57 178 -
CMYK 0.90 0.68 0 0.30
HSL 225.09º 0.83% 0.38% -
HSV(B) 225.09º 0.9% 0.7% -
XYZ 9.73 6.26 42.81 -
YUV 58.83 195.25 98.16 -
System Red Green Blue C M Y K H S L
Decimal 17 57 178 0.90 0.68 0 0.30 225.09 0.83 0.38
Hex 11 39 B2 5A 44 0 1E E1 53 26
Octal 21 71 262 132 104 0 36 341 123 46
Binary 10001 111001 10110010 1011010 1000100 0 11110 11100001 1010011 100110

Color Harmonies of #1139B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1139B2

Black with #1139B2

Text Example


Text Example

White with #1139B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1139B2; }

 p { color: rgb(17,57,178); }

 H1.HeaderClassName
 {
   color: #1139B2;
 }
 .AnyTagClassName
 {
   color: #1139B2;
 }
</style>

background-color css

<style>
 a { background-color: #1139B2; }

 a { background-color: rgb(17,57,178); }

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

border-color css

<style>
 span { border-color: #1139B2; }

 span { border-color: rgb(17,57,178); }

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