Html Css Color HEX #112DA4 Egyptian Blue

📋 copy color: '#112DA4'

red 17 ◦ green 45 ◦ blue 164

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

Shades of Egyptian Blue #112DA4

Tints of Egyptian Blue #112DA4

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.91%

 BLUE value IS 164 (64.45% from 255) = 72.57%

R = 7.52%
G = 19.91%
B = 72.57%

CMYK

 C value IS 0.90

 M value IS 0.73

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#112DA4 (or 0x112DA4) is known color: Egyptian Blue. HEX triplet: 11, 2D and A4. RGB value is (17,45,164). Sum of RGB (Red+Green+Blue) = 17+45+164=226 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.52% from 226); Green value is 45 (17.97% from 255 or 19.91% from 226); Blue value is 164 (64.45% from 255 or 72.57% from 226); Max value from RGB is 164 - color contains mainly: blue. Hex color #112DA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112DA4 is #EED25B. Grayscale: #313131. Windows color (decimal): -15651420 or 10759441. OLE color: 10759441.

HSL color Cylindrical-coordinate representation of color #112DA4: hue angle of 228.57º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #112DA4 is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 17 45 164 -
CMYK 0.90 0.73 0 0.36
HSL 228.57º 0.81% 0.35% -
HSV(B) 228.57º 0.9% 0.64% -
XYZ 7.87 4.68 35.61 -
YUV 50.19 192.22 104.32 -
System Red Green Blue C M Y K H S L
Decimal 17 45 164 0.90 0.73 0 0.36 228.57 0.81 0.35
Hex 11 2D A4 5A 49 0 24 E5 51 23
Octal 21 55 244 132 111 0 44 345 121 43
Binary 10001 101101 10100100 1011010 1001001 0 100100 11100101 1010001 100011

Color Harmonies of #112DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112DA4

Black with #112DA4

Text Example


Text Example

White with #112DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,45,164); }

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

background-color css

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

 a { background-color: rgb(17,45,164); }

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

border-color css

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

 span { border-color: rgb(17,45,164); }

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