Html Css Color HEX #17378E Egyptian Blue

📋 copy color: '#17378E'

red 23 ◦ green 55 ◦ blue 142

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

Shades of Egyptian Blue #17378E

Tints of Egyptian Blue #17378E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 64.55%

R = 10.45%
G = 25%
B = 64.55%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#17378E (or 0x17378E) is known color: Egyptian Blue. HEX triplet: 17, 37 and 8E. RGB value is (23,55,142). Sum of RGB (Red+Green+Blue) = 23+55+142=220 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.45% from 220); Green value is 55 (21.88% from 255 or 25% from 220); Blue value is 142 (55.86% from 255 or 64.55% from 220); Max value from RGB is 142 - color contains mainly: blue. Hex color #17378E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17378E is #E8C871. Grayscale: #363636. Windows color (decimal): -15255666 or 9320215. OLE color: 9320215.

HSL color Cylindrical-coordinate representation of color #17378E: hue angle of 223.87º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #17378E is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 23 55 142 -
CMYK 0.84 0.61 0 0.44
HSL 223.87º 0.72% 0.32% -
HSV(B) 223.87º 0.84% 0.56% -
XYZ 6.6 4.87 26.18 -
YUV 55.35 176.9 104.93 -
System Red Green Blue C M Y K H S L
Decimal 23 55 142 0.84 0.61 0 0.44 223.87 0.72 0.32
Hex 17 37 8E 54 3D 0 2C E0 48 20
Octal 27 67 216 124 75 0 54 340 110 40
Binary 10111 110111 10001110 1010100 111101 0 101100 11100000 1001000 100000

Color Harmonies of #17378E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17378E

Black with #17378E

Text Example


Text Example

White with #17378E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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