Html Css Color HEX #17379E Egyptian Blue

📋 copy color: '#17379E'

red 23 ◦ green 55 ◦ blue 158

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

Shades of Egyptian Blue #17379E

Tints of Egyptian Blue #17379E

RGB

 RED value IS 23 (9.38% from 255) = 9.75%

 GREEN value IS 55 (21.88% from 255) = 23.31%

 BLUE value IS 158 (62.11% from 255) = 66.95%

R = 9.75%
G = 23.31%
B = 66.95%

CMYK

 C value IS 0.85

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#17379E (or 0x17379E) is known color: Egyptian Blue. HEX triplet: 17, 37 and 9E. RGB value is (23,55,158). Sum of RGB (Red+Green+Blue) = 23+55+158=236 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.75% from 236); Green value is 55 (21.88% from 255 or 23.31% from 236); Blue value is 158 (62.11% from 255 or 66.95% from 236); Max value from RGB is 158 - color contains mainly: blue. Hex color #17379E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17379E is #E8C861. Grayscale: #383838. Windows color (decimal): -15255650 or 10368791. OLE color: 10368791.

HSL color Cylindrical-coordinate representation of color #17379E: hue angle of 225.78º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17379E is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 23 55 158 -
CMYK 0.85 0.65 0 0.38
HSL 225.78º 0.75% 0.35% -
HSV(B) 225.78º 0.85% 0.62% -
XYZ 7.89 5.38 32.97 -
YUV 57.17 184.9 103.62 -
System Red Green Blue C M Y K H S L
Decimal 23 55 158 0.85 0.65 0 0.38 225.78 0.75 0.35
Hex 17 37 9E 55 41 0 26 E2 4B 23
Octal 27 67 236 125 101 0 46 342 113 43
Binary 10111 110111 10011110 1010101 1000001 0 100110 11100010 1001011 100011

Color Harmonies of #17379E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17379E

Black with #17379E

Text Example


Text Example

White with #17379E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17379E; }

 p { color: rgb(23,55,158); }

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

background-color css

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

 a { background-color: rgb(23,55,158); }

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

border-color css

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

 span { border-color: rgb(23,55,158); }

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