Html Css Color HEX #113DB1 Egyptian Blue

📋 copy color: '#113DB1'

red 17 ◦ green 61 ◦ blue 177

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

Shades of Egyptian Blue #113DB1

Tints of Egyptian Blue #113DB1

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.92%

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

R = 6.67%
G = 23.92%
B = 69.41%

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

#113DB1 (or 0x113DB1) is known color: Egyptian Blue. HEX triplet: 11, 3D and B1. RGB value is (17,61,177). Sum of RGB (Red+Green+Blue) = 17+61+177=255 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.67% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 177 (69.53% from 255 or 69.41% from 255); Max value from RGB is 177 - color contains mainly: blue. Hex color #113DB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113DB1 is #EEC24E. Grayscale: #3C3C3C. Windows color (decimal): -15647311 or 11615505. OLE color: 11615505.

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

Color convert

RGB 17 61 177 -
CMYK 0.90 0.66 0 0.31
HSL 223.5º 0.82% 0.38% -
HSV(B) 223.5º 0.9% 0.69% -
XYZ 9.84 6.63 42.36 -
YUV 61.07 193.42 96.57 -
System Red Green Blue C M Y K H S L
Decimal 17 61 177 0.90 0.66 0 0.31 223.5 0.82 0.38
Hex 11 3D B1 5A 42 0 1F E0 52 26
Octal 21 75 261 132 102 0 37 340 122 46
Binary 10001 111101 10110001 1011010 1000010 0 11111 11100000 1010010 100110

Color Harmonies of #113DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113DB1

Black with #113DB1

Text Example


Text Example

White with #113DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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