Html Css Color HEX #112F94 Egyptian Blue

📋 copy color: '#112F94'

red 17 ◦ green 47 ◦ blue 148

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

Shades of Egyptian Blue #112F94

Tints of Egyptian Blue #112F94

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.17%

 BLUE value IS 148 (58.2% from 255) = 69.81%

R = 8.02%
G = 22.17%
B = 69.81%

CMYK

 C value IS 0.89

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#112F94 (or 0x112F94) is known color: Egyptian Blue. HEX triplet: 11, 2F and 94. RGB value is (17,47,148). Sum of RGB (Red+Green+Blue) = 17+47+148=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 148 (58.20% from 255 or 69.81% from 212); Max value from RGB is 148 - color contains mainly: blue. Hex color #112F94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112F94 is #EED06B. Grayscale: #313131. Windows color (decimal): -15650924 or 9711377. OLE color: 9711377.

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

Color convert

RGB 17 47 148 -
CMYK 0.89 0.68 0 0.42
HSL 226.26º 0.79% 0.32% -
HSV(B) 226.26º 0.89% 0.58% -
XYZ 6.59 4.29 28.5 -
YUV 49.54 183.56 104.79 -
System Red Green Blue C M Y K H S L
Decimal 17 47 148 0.89 0.68 0 0.42 226.26 0.79 0.32
Hex 11 2F 94 59 44 0 2A E2 4F 20
Octal 21 57 224 131 104 0 52 342 117 40
Binary 10001 101111 10010100 1011001 1000100 0 101010 11100010 1001111 100000

Color Harmonies of #112F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112F94

Black with #112F94

Text Example


Text Example

White with #112F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,47,148); }

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

background-color css

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

 a { background-color: rgb(17,47,148); }

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

border-color css

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

 span { border-color: rgb(17,47,148); }

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