Html Css Color HEX #1729AA Egyptian Blue

📋 copy color: '#1729AA'

red 23 ◦ green 41 ◦ blue 170

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

Shades of Egyptian Blue #1729AA

Tints of Egyptian Blue #1729AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 72.65%

R = 9.83%
G = 17.52%
B = 72.65%

CMYK

 C value IS 0.86

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1729AA (or 0x1729AA) is known color: Egyptian Blue. HEX triplet: 17, 29 and AA. RGB value is (23,41,170). Sum of RGB (Red+Green+Blue) = 23+41+170=234 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.83% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 170 (66.80% from 255 or 72.65% from 234); Max value from RGB is 170 - color contains mainly: blue. Hex color #1729AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1729AA is #E8D655. Grayscale: #313131. Windows color (decimal): -15259222 or 11151639. OLE color: 11151639.

HSL color Cylindrical-coordinate representation of color #1729AA: hue angle of 232.65º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1729AA is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 23 41 170 -
CMYK 0.86 0.76 0 0.33
HSL 232.65º 0.76% 0.38% -
HSV(B) 232.65º 0.86% 0.67% -
XYZ 8.4 4.67 38.49 -
YUV 50.32 195.54 108.51 -
System Red Green Blue C M Y K H S L
Decimal 23 41 170 0.86 0.76 0 0.33 232.65 0.76 0.38
Hex 17 29 AA 56 4C 0 21 E9 4C 26
Octal 27 51 252 126 114 0 41 351 114 46
Binary 10111 101001 10101010 1010110 1001100 0 100001 11101001 1001100 100110

Color Harmonies of #1729AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1729AA

Black with #1729AA

Text Example


Text Example

White with #1729AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1729AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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