Html Css Color HEX #1729A6 Egyptian Blue

📋 copy color: '#1729A6'

red 23 ◦ green 41 ◦ blue 166

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

Shades of Egyptian Blue #1729A6

Tints of Egyptian Blue #1729A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 72.17%

R = 10%
G = 17.83%
B = 72.17%

CMYK

 C value IS 0.86

 M value IS 0.75

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#1729A6 (or 0x1729A6) is known color: Egyptian Blue. HEX triplet: 17, 29 and A6. RGB value is (23,41,166). Sum of RGB (Red+Green+Blue) = 23+41+166=230 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 166 (65.23% from 255 or 72.17% from 230); Max value from RGB is 166 - color contains mainly: blue. Hex color #1729A6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1729A6 is #E8D659. Grayscale: #313131. Windows color (decimal): -15259226 or 10889495. OLE color: 10889495.

HSL color Cylindrical-coordinate representation of color #1729A6: hue angle of 232.45º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1729A6 is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 23 41 166 -
CMYK 0.86 0.75 0 0.35
HSL 232.45º 0.76% 0.37% -
HSV(B) 232.45º 0.86% 0.65% -
XYZ 8.03 4.52 36.53 -
YUV 49.87 193.54 108.84 -
System Red Green Blue C M Y K H S L
Decimal 23 41 166 0.86 0.75 0 0.35 232.45 0.76 0.37
Hex 17 29 A6 56 4B 0 23 E8 4C 25
Octal 27 51 246 126 113 0 43 350 114 45
Binary 10111 101001 10100110 1010110 1001011 0 100011 11101000 1001100 100101

Color Harmonies of #1729A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1729A6

Black with #1729A6

Text Example


Text Example

White with #1729A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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