Html Css Color HEX #113CB1 Egyptian Blue

📋 copy color: '#113CB1'

red 17 ◦ green 60 ◦ blue 177

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

Shades of Egyptian Blue #113CB1

Tints of Egyptian Blue #113CB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 69.69%

R = 6.69%
G = 23.62%
B = 69.69%

CMYK

 C value IS 0.90

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#113CB1 (or 0x113CB1) is known color: Egyptian Blue. HEX triplet: 11, 3C and B1. RGB value is (17,60,177). Sum of RGB (Red+Green+Blue) = 17+60+177=254 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.69% from 254); Green value is 60 (23.83% from 255 or 23.62% from 254); Blue value is 177 (69.53% from 255 or 69.69% from 254); Max value from RGB is 177 - color contains mainly: blue. Hex color #113CB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113CB1 is #EEC34E. Grayscale: #3B3B3B. Windows color (decimal): -15647567 or 11615249. OLE color: 11615249.

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

Color convert

RGB 17 60 177 -
CMYK 0.90 0.66 0 0.31
HSL 223.88º 0.82% 0.38% -
HSV(B) 223.88º 0.9% 0.69% -
XYZ 9.78 6.53 42.34 -
YUV 60.48 193.75 96.99 -
System Red Green Blue C M Y K H S L
Decimal 17 60 177 0.90 0.66 0 0.31 223.88 0.82 0.38
Hex 11 3C B1 5A 42 0 1F E0 52 26
Octal 21 74 261 132 102 0 37 340 122 46
Binary 10001 111100 10110001 1011010 1000010 0 11111 11100000 1010010 100110

Color Harmonies of #113CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113CB1

Black with #113CB1

Text Example


Text Example

White with #113CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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