Html Css Color HEX #17318E Egyptian Blue

📋 copy color: '#17318E'

red 23 ◦ green 49 ◦ blue 142

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

Shades of Egyptian Blue #17318E

Tints of Egyptian Blue #17318E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.9%

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

R = 10.75%
G = 22.9%
B = 66.36%

CMYK

 C value IS 0.84

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#17318E (or 0x17318E) is known color: Egyptian Blue. HEX triplet: 17, 31 and 8E. RGB value is (23,49,142). Sum of RGB (Red+Green+Blue) = 23+49+142=214 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.75% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 142 (55.86% from 255 or 66.36% from 214); Max value from RGB is 142 - color contains mainly: blue. Hex color #17318E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17318E is #E8CE71. Grayscale: #333333. Windows color (decimal): -15257202 or 9318679. OLE color: 9318679.

HSL color Cylindrical-coordinate representation of color #17318E: hue angle of 226.89º 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 #17318E is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 23 49 142 -
CMYK 0.84 0.65 0 0.44
HSL 226.89º 0.72% 0.32% -
HSV(B) 226.89º 0.84% 0.56% -
XYZ 6.33 4.33 26.09 -
YUV 51.83 178.89 107.44 -
System Red Green Blue C M Y K H S L
Decimal 23 49 142 0.84 0.65 0 0.44 226.89 0.72 0.32
Hex 17 31 8E 54 41 0 2C E3 48 20
Octal 27 61 216 124 101 0 54 343 110 40
Binary 10111 110001 10001110 1010100 1000001 0 101100 11100011 1001000 100000

Color Harmonies of #17318E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17318E

Black with #17318E

Text Example


Text Example

White with #17318E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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