Html Css Color HEX #1417B1 Egyptian Blue

📋 copy color: '#1417B1'

red 20 ◦ green 23 ◦ blue 177

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

Shades of Egyptian Blue #1417B1

Tints of Egyptian Blue #1417B1

RGB

 RED value IS 20 (8.2% from 255) = 9.09%

 GREEN value IS 23 (9.38% from 255) = 10.45%

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

R = 9.09%
G = 10.45%
B = 80.45%

CMYK

 C value IS 0.89

 M value IS 0.87

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1417B1 (or 0x1417B1) is known color: Egyptian Blue. HEX triplet: 14, 17 and B1. RGB value is (20,23,177). Sum of RGB (Red+Green+Blue) = 20+23+177=220 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.09% from 220); Green value is 23 (9.38% from 255 or 10.45% from 220); Blue value is 177 (69.53% from 255 or 80.45% from 220); Max value from RGB is 177 - color contains mainly: blue. Hex color #1417B1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1417B1 is #EBE84E. Grayscale: #272727. Windows color (decimal): -15460431 or 11605780. OLE color: 11605780.

HSL color Cylindrical-coordinate representation of color #1417B1: hue angle of 238.85º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1417B1 is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 20 23 177 -
CMYK 0.89 0.87 0 0.31
HSL 238.85º 0.8% 0.39% -
HSV(B) 238.85º 0.89% 0.69% -
XYZ 8.53 3.94 41.91 -
YUV 39.66 205.51 113.98 -
System Red Green Blue C M Y K H S L
Decimal 20 23 177 0.89 0.87 0 0.31 238.85 0.8 0.39
Hex 14 17 B1 59 57 0 1F EF 50 27
Octal 24 27 261 131 127 0 37 357 120 47
Binary 10100 10111 10110001 1011001 1010111 0 11111 11101111 1010000 100111

Color Harmonies of #1417B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1417B1

Black with #1417B1

Text Example


Text Example

White with #1417B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1417B1; }

 p { color: rgb(20,23,177); }

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

background-color css

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

 a { background-color: rgb(20,23,177); }

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

border-color css

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

 span { border-color: rgb(20,23,177); }

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