Html Css Color HEX #172495 Egyptian Blue

📋 copy color: '#172495'

red 23 ◦ green 36 ◦ blue 149

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

Shades of Egyptian Blue #172495

Tints of Egyptian Blue #172495

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.31%

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

R = 11.06%
G = 17.31%
B = 71.63%

CMYK

 C value IS 0.85

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#172495 (or 0x172495) is known color: Egyptian Blue. HEX triplet: 17, 24 and 95. RGB value is (23,36,149). Sum of RGB (Red+Green+Blue) = 23+36+149=208 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.06% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 149 (58.59% from 255 or 71.63% from 208); Max value from RGB is 149 - color contains mainly: blue. Hex color #172495 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172495 is #E8DB6A. Grayscale: #2C2C2C. Windows color (decimal): -15260523 or 9774103. OLE color: 9774103.

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

Color convert

RGB 23 36 149 -
CMYK 0.85 0.76 0 0.42
HSL 233.81º 0.73% 0.34% -
HSV(B) 233.81º 0.85% 0.58% -
XYZ 6.41 3.61 28.79 -
YUV 45 186.69 112.31 -
System Red Green Blue C M Y K H S L
Decimal 23 36 149 0.85 0.76 0 0.42 233.81 0.73 0.34
Hex 17 24 95 55 4C 0 2A EA 49 22
Octal 27 44 225 125 114 0 52 352 111 42
Binary 10111 100100 10010101 1010101 1001100 0 101010 11101010 1001001 100010

Color Harmonies of #172495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172495

Black with #172495

Text Example


Text Example

White with #172495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172495; }

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

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

background-color css

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

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

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

border-color css

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

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

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