Html Css Color HEX #11339F Egyptian Blue

📋 copy color: '#11339F'

red 17 ◦ green 51 ◦ blue 159

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

Shades of Egyptian Blue #11339F

Tints of Egyptian Blue #11339F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.47%

 BLUE value IS 159 (62.5% from 255) = 70.04%

R = 7.49%
G = 22.47%
B = 70.04%

CMYK

 C value IS 0.89

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#11339F (or 0x11339F) is known color: Egyptian Blue. HEX triplet: 11, 33 and 9F. RGB value is (17,51,159). Sum of RGB (Red+Green+Blue) = 17+51+159=227 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.49% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 159 (62.5% from 255 or 70.04% from 227); Max value from RGB is 159 - color contains mainly: blue. Hex color #11339F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11339F is #EECC60. Grayscale: #343434. Windows color (decimal): -15649889 or 10433297. OLE color: 10433297.

HSL color Cylindrical-coordinate representation of color #11339F: hue angle of 225.63º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11339F is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 17 51 159 -
CMYK 0.89 0.68 0 0.38
HSL 225.63º 0.81% 0.35% -
HSV(B) 225.63º 0.89% 0.62% -
XYZ 7.67 4.99 33.36 -
YUV 53.15 187.74 102.22 -
System Red Green Blue C M Y K H S L
Decimal 17 51 159 0.89 0.68 0 0.38 225.63 0.81 0.35
Hex 11 33 9F 59 44 0 26 E2 51 23
Octal 21 63 237 131 104 0 46 342 121 43
Binary 10001 110011 10011111 1011001 1000100 0 100110 11100010 1010001 100011

Color Harmonies of #11339F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11339F

Black with #11339F

Text Example


Text Example

White with #11339F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11339F; }

 p { color: rgb(17,51,159); }

 H1.HeaderClassName
 {
   color: #11339F;
 }
 .AnyTagClassName
 {
   color: #11339F;
 }
</style>

background-color css

<style>
 a { background-color: #11339F; }

 a { background-color: rgb(17,51,159); }

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

border-color css

<style>
 span { border-color: #11339F; }

 span { border-color: rgb(17,51,159); }

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