Html Css Color HEX #174096 Egyptian Blue

📋 copy color: '#174096'

red 23 ◦ green 64 ◦ blue 150

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

Shades of Egyptian Blue #174096

Tints of Egyptian Blue #174096

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27%

 BLUE value IS 150 (58.98% from 255) = 63.29%

R = 9.7%
G = 27%
B = 63.29%

CMYK

 C value IS 0.85

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#174096 (or 0x174096) is known color: Egyptian Blue. HEX triplet: 17, 40 and 96. RGB value is (23,64,150). Sum of RGB (Red+Green+Blue) = 23+64+150=237 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.70% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 150 (58.98% from 255 or 63.29% from 237); Max value from RGB is 150 - color contains mainly: blue. Hex color #174096 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #174096 is #E8BF69. Grayscale: #3D3D3D. Windows color (decimal): -15253354 or 9846807. OLE color: 9846807.

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

Color convert

RGB 23 64 150 -
CMYK 0.85 0.57 0 0.41
HSL 220.63º 0.73% 0.34% -
HSV(B) 220.63º 0.85% 0.59% -
XYZ 7.69 6.05 29.62 -
YUV 61.55 177.92 100.51 -
System Red Green Blue C M Y K H S L
Decimal 23 64 150 0.85 0.57 0 0.41 220.63 0.73 0.34
Hex 17 40 96 55 39 0 29 DD 49 22
Octal 27 100 226 125 71 0 51 335 111 42
Binary 10111 1000000 10010110 1010101 111001 0 101001 11011101 1001001 100010

Color Harmonies of #174096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174096

Black with #174096

Text Example


Text Example

White with #174096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174096; }

 p { color: rgb(23,64,150); }

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

background-color css

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

 a { background-color: rgb(23,64,150); }

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

border-color css

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

 span { border-color: rgb(23,64,150); }

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