Html Css Color HEX #112795 Egyptian Blue

📋 copy color: '#112795'

red 17 ◦ green 39 ◦ blue 149

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

Shades of Egyptian Blue #112795

Tints of Egyptian Blue #112795

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.02%

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

R = 8.29%
G = 19.02%
B = 72.68%

CMYK

 C value IS 0.89

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#112795 (or 0x112795) is known color: Egyptian Blue. HEX triplet: 11, 27 and 95. RGB value is (17,39,149). Sum of RGB (Red+Green+Blue) = 17+39+149=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 39 (15.62% from 255 or 19.02% from 205); Blue value is 149 (58.59% from 255 or 72.68% from 205); Max value from RGB is 149 - color contains mainly: blue. Hex color #112795 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112795 is #EED86A. Grayscale: #2C2C2C. Windows color (decimal): -15652971 or 9774865. OLE color: 9774865.

HSL color Cylindrical-coordinate representation of color #112795: hue angle of 230º 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 #112795 is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 39 149 -
CMYK 0.89 0.74 0 0.42
HSL 230º 0.8% 0.33% -
HSV(B) 230º 0.89% 0.58% -
XYZ 6.38 3.74 28.82 -
YUV 44.96 186.71 108.06 -
System Red Green Blue C M Y K H S L
Decimal 17 39 149 0.89 0.74 0 0.42 230 0.8 0.33
Hex 11 27 95 59 4A 0 2A E6 50 21
Octal 21 47 225 131 112 0 52 346 120 41
Binary 10001 100111 10010101 1011001 1001010 0 101010 11100110 1010000 100001

Color Harmonies of #112795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112795

Black with #112795

Text Example


Text Example

White with #112795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112795; }

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

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

background-color css

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

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

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

border-color css

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

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

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