Html Css Color HEX #172C95 Egyptian Blue

📋 copy color: '#172C95'

red 23 ◦ green 44 ◦ blue 149

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

Shades of Egyptian Blue #172C95

Tints of Egyptian Blue #172C95

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.37%

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

R = 10.65%
G = 20.37%
B = 68.98%

CMYK

 C value IS 0.85

 M value IS 0.70

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#172C95 (or 0x172C95) is known color: Egyptian Blue. HEX triplet: 17, 2C and 95. RGB value is (23,44,149). Sum of RGB (Red+Green+Blue) = 23+44+149=216 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.65% from 216); Green value is 44 (17.58% from 255 or 20.37% from 216); Blue value is 149 (58.59% from 255 or 68.98% from 216); Max value from RGB is 149 - color contains mainly: blue. Hex color #172C95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172C95 is #E8D36A. Grayscale: #313131. Windows color (decimal): -15258475 or 9776151. OLE color: 9776151.

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

Color convert

RGB 23 44 149 -
CMYK 0.85 0.70 0 0.42
HSL 230º 0.73% 0.34% -
HSV(B) 230º 0.85% 0.58% -
XYZ 6.68 4.15 28.88 -
YUV 49.69 184.04 108.96 -
System Red Green Blue C M Y K H S L
Decimal 23 44 149 0.85 0.70 0 0.42 230 0.73 0.34
Hex 17 2C 95 55 46 0 2A E6 49 22
Octal 27 54 225 125 106 0 52 346 111 42
Binary 10111 101100 10010101 1010101 1000110 0 101010 11100110 1001001 100010

Color Harmonies of #172C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172C95

Black with #172C95

Text Example


Text Example

White with #172C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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