Html Css Color HEX #17499E Egyptian Blue

📋 copy color: '#17499E'

red 23 ◦ green 73 ◦ blue 158

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

Shades of Egyptian Blue #17499E

Tints of Egyptian Blue #17499E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.74%

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

R = 9.06%
G = 28.74%
B = 62.2%

CMYK

 C value IS 0.85

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#17499E (or 0x17499E) is known color: Egyptian Blue. HEX triplet: 17, 49 and 9E. RGB value is (23,73,158). Sum of RGB (Red+Green+Blue) = 23+73+158=254 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.06% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 158 (62.11% from 255 or 62.20% from 254); Max value from RGB is 158 - color contains mainly: blue. Hex color #17499E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17499E is #E8B661. Grayscale: #434343. Windows color (decimal): -15251042 or 10373399. OLE color: 10373399.

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

Color convert

RGB 23 73 158 -
CMYK 0.85 0.54 0 0.38
HSL 217.78º 0.75% 0.35% -
HSV(B) 217.78º 0.85% 0.62% -
XYZ 8.91 7.42 33.31 -
YUV 67.74 178.94 96.09 -
System Red Green Blue C M Y K H S L
Decimal 23 73 158 0.85 0.54 0 0.38 217.78 0.75 0.35
Hex 17 49 9E 55 36 0 26 DA 4B 23
Octal 27 111 236 125 66 0 46 332 113 43
Binary 10111 1001001 10011110 1010101 110110 0 100110 11011010 1001011 100011

Color Harmonies of #17499E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17499E

Black with #17499E

Text Example


Text Example

White with #17499E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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