Html Css Color HEX #112A97 Egyptian Blue

📋 copy color: '#112A97'

red 17 ◦ green 42 ◦ blue 151

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

Shades of Egyptian Blue #112A97

Tints of Egyptian Blue #112A97

RGB

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

 GREEN value IS 42 (16.8% from 255) = 20%

 BLUE value IS 151 (59.38% from 255) = 71.9%

R = 8.1%
G = 20%
B = 71.9%

CMYK

 C value IS 0.89

 M value IS 0.72

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#112A97 (or 0x112A97) is known color: Egyptian Blue. HEX triplet: 11, 2A and 97. RGB value is (17,42,151). Sum of RGB (Red+Green+Blue) = 17+42+151=210 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.10% from 210); Green value is 42 (16.80% from 255 or 20% from 210); Blue value is 151 (59.38% from 255 or 71.90% from 210); Max value from RGB is 151 - color contains mainly: blue. Hex color #112A97 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112A97 is #EED568. Grayscale: #2E2E2E. Windows color (decimal): -15652201 or 9906705. OLE color: 9906705.

HSL color Cylindrical-coordinate representation of color #112A97: hue angle of 228.81º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #112A97 is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 17 42 151 -
CMYK 0.89 0.72 0 0.41
HSL 228.81º 0.8% 0.33% -
HSV(B) 228.81º 0.89% 0.59% -
XYZ 6.65 4.01 29.7 -
YUV 46.95 186.72 106.64 -
System Red Green Blue C M Y K H S L
Decimal 17 42 151 0.89 0.72 0 0.41 228.81 0.8 0.33
Hex 11 2A 97 59 48 0 29 E5 50 21
Octal 21 52 227 131 110 0 51 345 120 41
Binary 10001 101010 10010111 1011001 1001000 0 101001 11100101 1010000 100001

Color Harmonies of #112A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112A97

Black with #112A97

Text Example


Text Example

White with #112A97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,42,151); }

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

background-color css

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

 a { background-color: rgb(17,42,151); }

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

border-color css

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

 span { border-color: rgb(17,42,151); }

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