Html Css Color HEX #17419E Egyptian Blue

📋 copy color: '#17419E'

red 23 ◦ green 65 ◦ blue 158

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

Shades of Egyptian Blue #17419E

Tints of Egyptian Blue #17419E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.42%

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

R = 9.35%
G = 26.42%
B = 64.23%

CMYK

 C value IS 0.85

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#17419E (or 0x17419E) is known color: Egyptian Blue. HEX triplet: 17, 41 and 9E. RGB value is (23,65,158). Sum of RGB (Red+Green+Blue) = 23+65+158=246 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.35% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 158 (62.11% from 255 or 64.23% from 246); Max value from RGB is 158 - color contains mainly: blue. Hex color #17419E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17419E is #E8BE61. Grayscale: #3E3E3E. Windows color (decimal): -15253090 or 10371351. OLE color: 10371351.

HSL color Cylindrical-coordinate representation of color #17419E: hue angle of 221.33º 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 #17419E is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 23 65 158 -
CMYK 0.85 0.59 0 0.38
HSL 221.33º 0.75% 0.35% -
HSV(B) 221.33º 0.85% 0.62% -
XYZ 8.42 6.43 33.15 -
YUV 63.04 181.59 99.44 -
System Red Green Blue C M Y K H S L
Decimal 23 65 158 0.85 0.59 0 0.38 221.33 0.75 0.35
Hex 17 41 9E 55 3B 0 26 DD 4B 23
Octal 27 101 236 125 73 0 46 335 113 43
Binary 10111 1000001 10011110 1010101 111011 0 100110 11011101 1001011 100011

Color Harmonies of #17419E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17419E

Black with #17419E

Text Example


Text Example

White with #17419E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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