Html Css Color HEX #17379C Egyptian Blue

📋 copy color: '#17379C'

red 23 ◦ green 55 ◦ blue 156

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

Shades of Egyptian Blue #17379C

Tints of Egyptian Blue #17379C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 66.67%

R = 9.83%
G = 23.5%
B = 66.67%

CMYK

 C value IS 0.85

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#17379C (or 0x17379C) is known color: Egyptian Blue. HEX triplet: 17, 37 and 9C. RGB value is (23,55,156). Sum of RGB (Red+Green+Blue) = 23+55+156=234 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.83% from 234); Green value is 55 (21.88% from 255 or 23.50% from 234); Blue value is 156 (61.33% from 255 or 66.67% from 234); Max value from RGB is 156 - color contains mainly: blue. Hex color #17379C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17379C is #E8C863. Grayscale: #383838. Windows color (decimal): -15255652 or 10237719. OLE color: 10237719.

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

Color convert

RGB 23 55 156 -
CMYK 0.85 0.65 0 0.39
HSL 225.56º 0.74% 0.35% -
HSV(B) 225.56º 0.85% 0.61% -
XYZ 7.72 5.31 32.07 -
YUV 56.95 183.9 103.79 -
System Red Green Blue C M Y K H S L
Decimal 23 55 156 0.85 0.65 0 0.39 225.56 0.74 0.35
Hex 17 37 9C 55 41 0 27 E2 4A 23
Octal 27 67 234 125 101 0 47 342 112 43
Binary 10111 110111 10011100 1010101 1000001 0 100111 11100010 1001010 100011

Color Harmonies of #17379C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17379C

Black with #17379C

Text Example


Text Example

White with #17379C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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