Html Css Color HEX #174295 Egyptian Blue

📋 copy color: '#174295'

red 23 ◦ green 66 ◦ blue 149

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

Shades of Egyptian Blue #174295

Tints of Egyptian Blue #174295

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.73%

 BLUE value IS 149 (58.59% from 255) = 62.61%

R = 9.66%
G = 27.73%
B = 62.61%

CMYK

 C value IS 0.85

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#174295 (or 0x174295) is known color: Egyptian Blue. HEX triplet: 17, 42 and 95. RGB value is (23,66,149). Sum of RGB (Red+Green+Blue) = 23+66+149=238 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.66% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 149 (58.59% from 255 or 62.61% from 238); Max value from RGB is 149 - color contains mainly: blue. Hex color #174295 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #174295 is #E8BD6A. Grayscale: #3E3E3E. Windows color (decimal): -15252843 or 9781783. OLE color: 9781783.

HSL color Cylindrical-coordinate representation of color #174295: hue angle of 219.52º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #174295 is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 23 66 149 -
CMYK 0.85 0.56 0 0.42
HSL 219.52º 0.73% 0.34% -
HSV(B) 219.52º 0.85% 0.58% -
XYZ 7.73 6.25 29.23 -
YUV 62.61 176.75 99.75 -
System Red Green Blue C M Y K H S L
Decimal 23 66 149 0.85 0.56 0 0.42 219.52 0.73 0.34
Hex 17 42 95 55 38 0 2A DC 49 22
Octal 27 102 225 125 70 0 52 334 111 42
Binary 10111 1000010 10010101 1010101 111000 0 101010 11011100 1001001 100010

Color Harmonies of #174295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174295

Black with #174295

Text Example


Text Example

White with #174295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174295; }

 p { color: rgb(23,66,149); }

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

background-color css

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

 a { background-color: rgb(23,66,149); }

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

border-color css

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

 span { border-color: rgb(23,66,149); }

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