Html Css Color HEX #112993 Egyptian Blue

📋 copy color: '#112993'

red 17 ◦ green 41 ◦ blue 147

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

Shades of Egyptian Blue #112993

Tints of Egyptian Blue #112993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 71.71%

R = 8.29%
G = 20%
B = 71.71%

CMYK

 C value IS 0.88

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#112993 (or 0x112993) is known color: Egyptian Blue. HEX triplet: 11, 29 and 93. RGB value is (17,41,147). Sum of RGB (Red+Green+Blue) = 17+41+147=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 41 (16.41% from 255 or 20% from 205); Blue value is 147 (57.81% from 255 or 71.71% from 205); Max value from RGB is 147 - color contains mainly: blue. Hex color #112993 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112993 is #EED66C. Grayscale: #2D2D2D. Windows color (decimal): -15652461 or 9644305. OLE color: 9644305.

HSL color Cylindrical-coordinate representation of color #112993: hue angle of 228.92º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #112993 is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 41 147 -
CMYK 0.88 0.72 0 0.42
HSL 228.92º 0.79% 0.32% -
HSV(B) 228.92º 0.88% 0.58% -
XYZ 6.29 3.81 28.01 -
YUV 45.91 185.05 107.38 -
System Red Green Blue C M Y K H S L
Decimal 17 41 147 0.88 0.72 0 0.42 228.92 0.79 0.32
Hex 11 29 93 58 48 0 2A E5 4F 20
Octal 21 51 223 130 110 0 52 345 117 40
Binary 10001 101001 10010011 1011000 1001000 0 101010 11100101 1001111 100000

Color Harmonies of #112993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112993

Black with #112993

Text Example


Text Example

White with #112993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112993; }

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

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

background-color css

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

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

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

border-color css

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

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

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