Html Css Color HEX #112CA9 Egyptian Blue

📋 copy color: '#112CA9'

red 17 ◦ green 44 ◦ blue 169

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

Shades of Egyptian Blue #112CA9

Tints of Egyptian Blue #112CA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 73.48%

R = 7.39%
G = 19.13%
B = 73.48%

CMYK

 C value IS 0.90

 M value IS 0.74

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#112CA9 (or 0x112CA9) is known color: Egyptian Blue. HEX triplet: 11, 2C and A9. RGB value is (17,44,169). Sum of RGB (Red+Green+Blue) = 17+44+169=230 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.39% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 169 (66.41% from 255 or 73.48% from 230); Max value from RGB is 169 - color contains mainly: blue. Hex color #112CA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112CA9 is #EED356. Grayscale: #313131. Windows color (decimal): -15651671 or 11086865. OLE color: 11086865.

HSL color Cylindrical-coordinate representation of color #112CA9: hue angle of 229.34º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #112CA9 is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 17 44 169 -
CMYK 0.90 0.74 0 0.34
HSL 229.34º 0.82% 0.36% -
HSV(B) 229.34º 0.9% 0.66% -
XYZ 8.29 4.79 38.02 -
YUV 50.18 195.05 104.34 -
System Red Green Blue C M Y K H S L
Decimal 17 44 169 0.90 0.74 0 0.34 229.34 0.82 0.36
Hex 11 2C A9 5A 4A 0 22 E5 52 24
Octal 21 54 251 132 112 0 42 345 122 44
Binary 10001 101100 10101001 1011010 1001010 0 100010 11100101 1010010 100100

Color Harmonies of #112CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112CA9

Black with #112CA9

Text Example


Text Example

White with #112CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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