Html Css Color HEX #172995 Egyptian Blue

📋 copy color: '#172995'

red 23 ◦ green 41 ◦ blue 149

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

Shades of Egyptian Blue #172995

Tints of Egyptian Blue #172995

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.25%

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

R = 10.8%
G = 19.25%
B = 69.95%

CMYK

 C value IS 0.85

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#172995 (or 0x172995) is known color: Egyptian Blue. HEX triplet: 17, 29 and 95. RGB value is (23,41,149). Sum of RGB (Red+Green+Blue) = 23+41+149=213 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.80% from 213); Green value is 41 (16.41% from 255 or 19.25% from 213); Blue value is 149 (58.59% from 255 or 69.95% from 213); Max value from RGB is 149 - color contains mainly: blue. Hex color #172995 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172995 is #E8D66A. Grayscale: #2F2F2F. Windows color (decimal): -15259243 or 9775383. OLE color: 9775383.

HSL color Cylindrical-coordinate representation of color #172995: hue angle of 231.43º 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 #172995 is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 23 41 149 -
CMYK 0.85 0.72 0 0.42
HSL 231.43º 0.73% 0.34% -
HSV(B) 231.43º 0.85% 0.58% -
XYZ 6.57 3.94 28.85 -
YUV 47.93 185.04 110.22 -
System Red Green Blue C M Y K H S L
Decimal 23 41 149 0.85 0.72 0 0.42 231.43 0.73 0.34
Hex 17 29 95 55 48 0 2A E7 49 22
Octal 27 51 225 125 110 0 52 347 111 42
Binary 10111 101001 10010101 1010101 1001000 0 101010 11100111 1001001 100010

Color Harmonies of #172995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172995

Black with #172995

Text Example


Text Example

White with #172995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172995; }

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

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

background-color css

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

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

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

border-color css

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

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

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