Html Css Color HEX #112FAF Egyptian Blue

📋 copy color: '#112FAF'

red 17 ◦ green 47 ◦ blue 175

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

Shades of Egyptian Blue #112FAF

Tints of Egyptian Blue #112FAF

RGB

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

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

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

R = 7.11%
G = 19.67%
B = 73.22%

CMYK

 C value IS 0.90

 M value IS 0.73

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#112FAF (or 0x112FAF) is known color: Egyptian Blue. HEX triplet: 11, 2F and AF. RGB value is (17,47,175). Sum of RGB (Red+Green+Blue) = 17+47+175=239 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.11% from 239); Green value is 47 (18.75% from 255 or 19.67% from 239); Blue value is 175 (68.75% from 255 or 73.22% from 239); Max value from RGB is 175 - color contains mainly: blue. Hex color #112FAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112FAF is #EED050. Grayscale: #343434. Windows color (decimal): -15650897 or 11480849. OLE color: 11480849.

HSL color Cylindrical-coordinate representation of color #112FAF: hue angle of 228.61º 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 #112FAF is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 17 47 175 -
CMYK 0.90 0.73 0 0.31
HSL 228.61º 0.82% 0.38% -
HSV(B) 228.61º 0.9% 0.69% -
XYZ 8.99 5.25 41.1 -
YUV 52.62 197.06 102.59 -
System Red Green Blue C M Y K H S L
Decimal 17 47 175 0.90 0.73 0 0.31 228.61 0.82 0.38
Hex 11 2F AF 5A 49 0 1F E5 52 26
Octal 21 57 257 132 111 0 37 345 122 46
Binary 10001 101111 10101111 1011010 1001001 0 11111 11100101 1010010 100110

Color Harmonies of #112FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112FAF

Black with #112FAF

Text Example


Text Example

White with #112FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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