Html Css Color HEX #112995 Egyptian Blue

📋 copy color: '#112995'

red 17 ◦ green 41 ◦ blue 149

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

Shades of Egyptian Blue #112995

Tints of Egyptian Blue #112995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 71.98%

R = 8.21%
G = 19.81%
B = 71.98%

CMYK

 C value IS 0.89

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#112995 (or 0x112995) is known color: Egyptian Blue. HEX triplet: 11, 29 and 95. RGB value is (17,41,149). Sum of RGB (Red+Green+Blue) = 17+41+149=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 41 (16.41% from 255 or 19.81% from 207); Blue value is 149 (58.59% from 255 or 71.98% from 207); Max value from RGB is 149 - color contains mainly: blue. Hex color #112995 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112995 is #EED66A. Grayscale: #2D2D2D. Windows color (decimal): -15652459 or 9775377. OLE color: 9775377.

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

Color convert

RGB 17 41 149 -
CMYK 0.89 0.72 0 0.42
HSL 229.09º 0.8% 0.33% -
HSV(B) 229.09º 0.89% 0.58% -
XYZ 6.45 3.87 28.84 -
YUV 46.14 186.05 107.22 -
System Red Green Blue C M Y K H S L
Decimal 17 41 149 0.89 0.72 0 0.42 229.09 0.8 0.33
Hex 11 29 95 59 48 0 2A E5 50 21
Octal 21 51 225 131 110 0 52 345 120 41
Binary 10001 101001 10010101 1011001 1001000 0 101010 11100101 1010000 100001

Color Harmonies of #112995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112995

Black with #112995

Text Example


Text Example

White with #112995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112995; }

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

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

background-color css

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

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

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

border-color css

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

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

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