Html Css Color HEX #172C9D Egyptian Blue

📋 copy color: '#172C9D'

red 23 ◦ green 44 ◦ blue 157

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

Shades of Egyptian Blue #172C9D

Tints of Egyptian Blue #172C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 70.09%

R = 10.27%
G = 19.64%
B = 70.09%

CMYK

 C value IS 0.85

 M value IS 0.72

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#172C9D (or 0x172C9D) is known color: Egyptian Blue. HEX triplet: 17, 2C and 9D. RGB value is (23,44,157). Sum of RGB (Red+Green+Blue) = 23+44+157=224 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.27% from 224); Green value is 44 (17.58% from 255 or 19.64% from 224); Blue value is 157 (61.72% from 255 or 70.09% from 224); Max value from RGB is 157 - color contains mainly: blue. Hex color #172C9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172C9D is #E8D362. Grayscale: #323232. Windows color (decimal): -15258467 or 10300439. OLE color: 10300439.

HSL color Cylindrical-coordinate representation of color #172C9D: hue angle of 230.6º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #172C9D is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 23 44 157 -
CMYK 0.85 0.72 0 0.38
HSL 230.6º 0.74% 0.35% -
HSV(B) 230.6º 0.85% 0.62% -
XYZ 7.34 4.42 32.36 -
YUV 50.6 188.04 108.31 -
System Red Green Blue C M Y K H S L
Decimal 23 44 157 0.85 0.72 0 0.38 230.6 0.74 0.35
Hex 17 2C 9D 55 48 0 26 E7 4A 23
Octal 27 54 235 125 110 0 46 347 112 43
Binary 10111 101100 10011101 1010101 1001000 0 100110 11100111 1001010 100011

Color Harmonies of #172C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172C9D

Black with #172C9D

Text Example


Text Example

White with #172C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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