Html Css Color HEX #112692 Egyptian Blue

📋 copy color: '#112692'

red 17 ◦ green 38 ◦ blue 146

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

Shades of Egyptian Blue #112692

Tints of Egyptian Blue #112692

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.91%

 BLUE value IS 146 (57.42% from 255) = 72.64%

R = 8.46%
G = 18.91%
B = 72.64%

CMYK

 C value IS 0.88

 M value IS 0.74

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#112692 (or 0x112692) is known color: Egyptian Blue. HEX triplet: 11, 26 and 92. RGB value is (17,38,146). Sum of RGB (Red+Green+Blue) = 17+38+146=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 146 (57.42% from 255 or 72.64% from 201); Max value from RGB is 146 - color contains mainly: blue. Hex color #112692 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112692 is #EED96D. Grayscale: #2B2B2B. Windows color (decimal): -15653230 or 9578001. OLE color: 9578001.

HSL color Cylindrical-coordinate representation of color #112692: hue angle of 230.23º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #112692 is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 17 38 146 -
CMYK 0.88 0.74 0 0.43
HSL 230.23º 0.79% 0.32% -
HSV(B) 230.23º 0.88% 0.57% -
XYZ 6.11 3.58 27.56 -
YUV 44.03 185.54 108.72 -
System Red Green Blue C M Y K H S L
Decimal 17 38 146 0.88 0.74 0 0.43 230.23 0.79 0.32
Hex 11 26 92 58 4A 0 2B E6 4F 20
Octal 21 46 222 130 112 0 53 346 117 40
Binary 10001 100110 10010010 1011000 1001010 0 101011 11100110 1001111 100000

Color Harmonies of #112692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112692

Black with #112692

Text Example


Text Example

White with #112692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112692; }

 p { color: rgb(17,38,146); }

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

background-color css

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

 a { background-color: rgb(17,38,146); }

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

border-color css

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

 span { border-color: rgb(17,38,146); }

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