Html Css Color HEX #112DA5 Egyptian Blue

📋 copy color: '#112DA5'

red 17 ◦ green 45 ◦ blue 165

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

Shades of Egyptian Blue #112DA5

Tints of Egyptian Blue #112DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 72.69%

R = 7.49%
G = 19.82%
B = 72.69%

CMYK

 C value IS 0.90

 M value IS 0.73

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#112DA5 (or 0x112DA5) is known color: Egyptian Blue. HEX triplet: 11, 2D and A5. RGB value is (17,45,165). Sum of RGB (Red+Green+Blue) = 17+45+165=227 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.49% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 165 (64.84% from 255 or 72.69% from 227); Max value from RGB is 165 - color contains mainly: blue. Hex color #112DA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112DA5 is #EED25A. Grayscale: #313131. Windows color (decimal): -15651419 or 10824977. OLE color: 10824977.

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

Color convert

RGB 17 45 165 -
CMYK 0.90 0.73 0 0.35
HSL 228.65º 0.81% 0.36% -
HSV(B) 228.65º 0.9% 0.65% -
XYZ 7.96 4.71 36.09 -
YUV 50.31 192.72 104.24 -
System Red Green Blue C M Y K H S L
Decimal 17 45 165 0.90 0.73 0 0.35 228.65 0.81 0.36
Hex 11 2D A5 5A 49 0 23 E5 51 24
Octal 21 55 245 132 111 0 43 345 121 44
Binary 10001 101101 10100101 1011010 1001001 0 100011 11100101 1010001 100100

Color Harmonies of #112DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112DA5

Black with #112DA5

Text Example


Text Example

White with #112DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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