Html Css Color HEX #112CAF Egyptian Blue

📋 copy color: '#112CAF'

red 17 ◦ green 44 ◦ blue 175

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

Shades of Egyptian Blue #112CAF

Tints of Egyptian Blue #112CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 74.15%

R = 7.2%
G = 18.64%
B = 74.15%

CMYK

 C value IS 0.90

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#112CAF (or 0x112CAF) is known color: Egyptian Blue. HEX triplet: 11, 2C and AF. RGB value is (17,44,175). Sum of RGB (Red+Green+Blue) = 17+44+175=236 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.20% from 236); Green value is 44 (17.58% from 255 or 18.64% from 236); Blue value is 175 (68.75% from 255 or 74.15% from 236); Max value from RGB is 175 - color contains mainly: blue. Hex color #112CAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112CAF is #EED350. Grayscale: #323232. Windows color (decimal): -15651665 or 11480081. OLE color: 11480081.

HSL color Cylindrical-coordinate representation of color #112CAF: hue angle of 229.75º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #112CAF is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 17 44 175 -
CMYK 0.90 0.75 0 0.31
HSL 229.75º 0.82% 0.38% -
HSV(B) 229.75º 0.9% 0.69% -
XYZ 8.87 5.02 41.06 -
YUV 50.86 198.05 103.85 -
System Red Green Blue C M Y K H S L
Decimal 17 44 175 0.90 0.75 0 0.31 229.75 0.82 0.38
Hex 11 2C AF 5A 4B 0 1F E6 52 26
Octal 21 54 257 132 113 0 37 346 122 46
Binary 10001 101100 10101111 1011010 1001011 0 11111 11100110 1010010 100110

Color Harmonies of #112CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112CAF

Black with #112CAF

Text Example


Text Example

White with #112CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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