Html Css Color HEX #172990 Egyptian Blue

📋 copy color: '#172990'

red 23 ◦ green 41 ◦ blue 144

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

Shades of Egyptian Blue #172990

Tints of Egyptian Blue #172990

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.71%

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

R = 11.06%
G = 19.71%
B = 69.23%

CMYK

 C value IS 0.84

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#172990 (or 0x172990) is known color: Egyptian Blue. HEX triplet: 17, 29 and 90. RGB value is (23,41,144). Sum of RGB (Red+Green+Blue) = 23+41+144=208 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.06% from 208); Green value is 41 (16.41% from 255 or 19.71% from 208); Blue value is 144 (56.64% from 255 or 69.23% from 208); Max value from RGB is 144 - color contains mainly: blue. Hex color #172990 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172990 is #E8D66F. Grayscale: #2E2E2E. Windows color (decimal): -15259248 or 9447703. OLE color: 9447703.

HSL color Cylindrical-coordinate representation of color #172990: hue angle of 231.07º 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 #172990 is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 23 41 144 -
CMYK 0.84 0.72 0 0.44
HSL 231.07º 0.72% 0.33% -
HSV(B) 231.07º 0.84% 0.56% -
XYZ 6.18 3.78 26.79 -
YUV 47.36 182.54 110.62 -
System Red Green Blue C M Y K H S L
Decimal 23 41 144 0.84 0.72 0 0.44 231.07 0.72 0.33
Hex 17 29 90 54 48 0 2C E7 48 21
Octal 27 51 220 124 110 0 54 347 110 41
Binary 10111 101001 10010000 1010100 1001000 0 101100 11100111 1001000 100001

Color Harmonies of #172990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172990

Black with #172990

Text Example


Text Example

White with #172990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172990; }

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

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

background-color css

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

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

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

border-color css

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

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

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