Html Css Color HEX #112C95 Egyptian Blue

📋 copy color: '#112C95'

red 17 ◦ green 44 ◦ blue 149

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

Shades of Egyptian Blue #112C95

Tints of Egyptian Blue #112C95

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.95%

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

R = 8.1%
G = 20.95%
B = 70.95%

CMYK

 C value IS 0.89

 M value IS 0.70

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#112C95 (or 0x112C95) is known color: Egyptian Blue. HEX triplet: 11, 2C and 95. RGB value is (17,44,149). Sum of RGB (Red+Green+Blue) = 17+44+149=210 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.10% from 210); Green value is 44 (17.58% from 255 or 20.95% from 210); Blue value is 149 (58.59% from 255 or 70.95% from 210); Max value from RGB is 149 - color contains mainly: blue. Hex color #112C95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112C95 is #EED36A. Grayscale: #2F2F2F. Windows color (decimal): -15651691 or 9776145. OLE color: 9776145.

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

Color convert

RGB 17 44 149 -
CMYK 0.89 0.70 0 0.42
HSL 227.73º 0.8% 0.33% -
HSV(B) 227.73º 0.89% 0.58% -
XYZ 6.56 4.09 28.88 -
YUV 47.9 185.05 105.96 -
System Red Green Blue C M Y K H S L
Decimal 17 44 149 0.89 0.70 0 0.42 227.73 0.8 0.33
Hex 11 2C 95 59 46 0 2A E4 50 21
Octal 21 54 225 131 106 0 52 344 120 41
Binary 10001 101100 10010101 1011001 1000110 0 101010 11100100 1010000 100001

Color Harmonies of #112C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112C95

Black with #112C95

Text Example


Text Example

White with #112C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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