Html Css Color HEX #112DAF Egyptian Blue

📋 copy color: '#112DAF'

red 17 ◦ green 45 ◦ blue 175

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

Shades of Egyptian Blue #112DAF

Tints of Egyptian Blue #112DAF

RGB

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

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

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

R = 7.17%
G = 18.99%
B = 73.84%

CMYK

 C value IS 0.90

 M value IS 0.74

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#112DAF (or 0x112DAF) is known color: Egyptian Blue. HEX triplet: 11, 2D and AF. RGB value is (17,45,175). Sum of RGB (Red+Green+Blue) = 17+45+175=237 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.17% from 237); Green value is 45 (17.97% from 255 or 18.99% from 237); Blue value is 175 (68.75% from 255 or 73.84% from 237); Max value from RGB is 175 - color contains mainly: blue. Hex color #112DAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112DAF is #EED250. Grayscale: #323232. Windows color (decimal): -15651409 or 11480337. OLE color: 11480337.

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

Color convert

RGB 17 45 175 -
CMYK 0.90 0.74 0 0.31
HSL 229.37º 0.82% 0.38% -
HSV(B) 229.37º 0.9% 0.69% -
XYZ 8.91 5.09 41.07 -
YUV 51.45 197.72 103.43 -
System Red Green Blue C M Y K H S L
Decimal 17 45 175 0.90 0.74 0 0.31 229.37 0.82 0.38
Hex 11 2D AF 5A 4A 0 1F E5 52 26
Octal 21 55 257 132 112 0 37 345 122 46
Binary 10001 101101 10101111 1011010 1001010 0 11111 11100101 1010010 100110

Color Harmonies of #112DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112DAF

Black with #112DAF

Text Example


Text Example

White with #112DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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