Html Css Color HEX #172D90 Egyptian Blue

📋 copy color: '#172D90'

red 23 ◦ green 45 ◦ blue 144

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

Shades of Egyptian Blue #172D90

Tints of Egyptian Blue #172D90

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.23%

 BLUE value IS 144 (56.64% from 255) = 67.92%

R = 10.85%
G = 21.23%
B = 67.92%

CMYK

 C value IS 0.84

 M value IS 0.69

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#172D90 (or 0x172D90) is known color: Egyptian Blue. HEX triplet: 17, 2D and 90. RGB value is (23,45,144). Sum of RGB (Red+Green+Blue) = 23+45+144=212 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.85% from 212); Green value is 45 (17.97% from 255 or 21.23% from 212); Blue value is 144 (56.64% from 255 or 67.92% from 212); Max value from RGB is 144 - color contains mainly: blue. Hex color #172D90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172D90 is #E8D26F. Grayscale: #313131. Windows color (decimal): -15258224 or 9448727. OLE color: 9448727.

HSL color Cylindrical-coordinate representation of color #172D90: hue angle of 229.09º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #172D90 is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 23 45 144 -
CMYK 0.84 0.69 0 0.44
HSL 229.09º 0.72% 0.33% -
HSV(B) 229.09º 0.84% 0.56% -
XYZ 6.33 4.07 26.84 -
YUV 49.71 181.21 108.95 -
System Red Green Blue C M Y K H S L
Decimal 23 45 144 0.84 0.69 0 0.44 229.09 0.72 0.33
Hex 17 2D 90 54 45 0 2C E5 48 21
Octal 27 55 220 124 105 0 54 345 110 41
Binary 10111 101101 10010000 1010100 1000101 0 101100 11100101 1001000 100001

Color Harmonies of #172D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172D90

Black with #172D90

Text Example


Text Example

White with #172D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,45,144); }

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

background-color css

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

 a { background-color: rgb(23,45,144); }

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

border-color css

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

 span { border-color: rgb(23,45,144); }

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