Html Css Color HEX #112F9C Egyptian Blue

📋 copy color: '#112F9C'

red 17 ◦ green 47 ◦ blue 156

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

Shades of Egyptian Blue #112F9C

Tints of Egyptian Blue #112F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 70.91%

R = 7.73%
G = 21.36%
B = 70.91%

CMYK

 C value IS 0.89

 M value IS 0.70

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#112F9C (or 0x112F9C) is known color: Egyptian Blue. HEX triplet: 11, 2F and 9C. RGB value is (17,47,156). Sum of RGB (Red+Green+Blue) = 17+47+156=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 47 (18.75% from 255 or 21.36% from 220); Blue value is 156 (61.33% from 255 or 70.91% from 220); Max value from RGB is 156 - color contains mainly: blue. Hex color #112F9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112F9C is #EED063. Grayscale: #313131. Windows color (decimal): -15650916 or 10235665. OLE color: 10235665.

HSL color Cylindrical-coordinate representation of color #112F9C: hue angle of 227.05º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #112F9C is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 17 47 156 -
CMYK 0.89 0.70 0 0.39
HSL 227.05º 0.8% 0.34% -
HSV(B) 227.05º 0.89% 0.61% -
XYZ 7.25 4.55 31.95 -
YUV 50.46 187.56 104.14 -
System Red Green Blue C M Y K H S L
Decimal 17 47 156 0.89 0.70 0 0.39 227.05 0.8 0.34
Hex 11 2F 9C 59 46 0 27 E3 50 22
Octal 21 57 234 131 106 0 47 343 120 42
Binary 10001 101111 10011100 1011001 1000110 0 100111 11100011 1010000 100010

Color Harmonies of #112F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112F9C

Black with #112F9C

Text Example


Text Example

White with #112F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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