Html Css Color HEX #113CA8 Egyptian Blue

📋 copy color: '#113CA8'

red 17 ◦ green 60 ◦ blue 168

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

Shades of Egyptian Blue #113CA8

Tints of Egyptian Blue #113CA8

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.49%

 BLUE value IS 168 (66.02% from 255) = 68.57%

R = 6.94%
G = 24.49%
B = 68.57%

CMYK

 C value IS 0.90

 M value IS 0.64

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#113CA8 (or 0x113CA8) is known color: Egyptian Blue. HEX triplet: 11, 3C and A8. RGB value is (17,60,168). Sum of RGB (Red+Green+Blue) = 17+60+168=245 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.94% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 168 (66.02% from 255 or 68.57% from 245); Max value from RGB is 168 - color contains mainly: blue. Hex color #113CA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113CA8 is #EEC357. Grayscale: #3A3A3A. Windows color (decimal): -15647576 or 11025425. OLE color: 11025425.

HSL color Cylindrical-coordinate representation of color #113CA8: hue angle of 222.91º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #113CA8 is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 17 60 168 -
CMYK 0.90 0.64 0 0.34
HSL 222.91º 0.82% 0.36% -
HSV(B) 222.91º 0.9% 0.66% -
XYZ 8.91 6.18 37.77 -
YUV 59.46 189.25 97.72 -
System Red Green Blue C M Y K H S L
Decimal 17 60 168 0.90 0.64 0 0.34 222.91 0.82 0.36
Hex 11 3C A8 5A 40 0 22 DF 52 24
Octal 21 74 250 132 100 0 42 337 122 44
Binary 10001 111100 10101000 1011010 1000000 0 100010 11011111 1010010 100100

Color Harmonies of #113CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113CA8

Black with #113CA8

Text Example


Text Example

White with #113CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113CA8; }

 p { color: rgb(17,60,168); }

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

background-color css

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

 a { background-color: rgb(17,60,168); }

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

border-color css

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

 span { border-color: rgb(17,60,168); }

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