Html Css Color HEX #112999 Egyptian Blue

📋 copy color: '#112999'

red 17 ◦ green 41 ◦ blue 153

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

Shades of Egyptian Blue #112999

Tints of Egyptian Blue #112999

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.43%

 BLUE value IS 153 (60.16% from 255) = 72.51%

R = 8.06%
G = 19.43%
B = 72.51%

CMYK

 C value IS 0.89

 M value IS 0.73

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#112999 (or 0x112999) is known color: Egyptian Blue. HEX triplet: 11, 29 and 99. RGB value is (17,41,153). Sum of RGB (Red+Green+Blue) = 17+41+153=211 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.06% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 153 (60.16% from 255 or 72.51% from 211); Max value from RGB is 153 - color contains mainly: blue. Hex color #112999 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112999 is #EED666. Grayscale: #2E2E2E. Windows color (decimal): -15652455 or 10037521. OLE color: 10037521.

HSL color Cylindrical-coordinate representation of color #112999: hue angle of 229.41º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #112999 is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 17 41 153 -
CMYK 0.89 0.73 0 0.4
HSL 229.41º 0.8% 0.33% -
HSV(B) 229.41º 0.89% 0.6% -
XYZ 6.77 4 30.55 -
YUV 46.59 188.05 106.89 -
System Red Green Blue C M Y K H S L
Decimal 17 41 153 0.89 0.73 0 0.4 229.41 0.8 0.33
Hex 11 29 99 59 49 0 28 E5 50 21
Octal 21 51 231 131 111 0 50 345 120 41
Binary 10001 101001 10011001 1011001 1001001 0 101000 11100101 1010000 100001

Color Harmonies of #112999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112999

Black with #112999

Text Example


Text Example

White with #112999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112999; }

 p { color: rgb(17,41,153); }

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

background-color css

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

 a { background-color: rgb(17,41,153); }

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

border-color css

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

 span { border-color: rgb(17,41,153); }

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