Html Css Color HEX #172CA1 Egyptian Blue

📋 copy color: '#172CA1'

red 23 ◦ green 44 ◦ blue 161

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

Shades of Egyptian Blue #172CA1

Tints of Egyptian Blue #172CA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 70.61%

R = 10.09%
G = 19.3%
B = 70.61%

CMYK

 C value IS 0.86

 M value IS 0.73

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#172CA1 (or 0x172CA1) is known color: Egyptian Blue. HEX triplet: 17, 2C and A1. RGB value is (23,44,161). Sum of RGB (Red+Green+Blue) = 23+44+161=228 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10.09% from 228); Green value is 44 (17.58% from 255 or 19.30% from 228); Blue value is 161 (63.28% from 255 or 70.61% from 228); Max value from RGB is 161 - color contains mainly: blue. Hex color #172CA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172CA1 is #E8D35E. Grayscale: #323232. Windows color (decimal): -15258463 or 10562583. OLE color: 10562583.

HSL color Cylindrical-coordinate representation of color #172CA1: hue angle of 230.87º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #172CA1 is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 23 44 161 -
CMYK 0.86 0.73 0 0.37
HSL 230.87º 0.75% 0.36% -
HSV(B) 230.87º 0.86% 0.63% -
XYZ 7.69 4.56 34.19 -
YUV 51.06 190.04 107.99 -
System Red Green Blue C M Y K H S L
Decimal 23 44 161 0.86 0.73 0 0.37 230.87 0.75 0.36
Hex 17 2C A1 56 49 0 25 E7 4B 24
Octal 27 54 241 126 111 0 45 347 113 44
Binary 10111 101100 10100001 1010110 1001001 0 100101 11100111 1001011 100100

Color Harmonies of #172CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172CA1

Black with #172CA1

Text Example


Text Example

White with #172CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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