Html Css Color HEX #1745AA Egyptian Blue

📋 copy color: '#1745AA'

red 23 ◦ green 69 ◦ blue 170

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

Shades of Egyptian Blue #1745AA

Tints of Egyptian Blue #1745AA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.34%

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

R = 8.78%
G = 26.34%
B = 64.89%

CMYK

 C value IS 0.86

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1745AA (or 0x1745AA) is known color: Egyptian Blue. HEX triplet: 17, 45 and AA. RGB value is (23,69,170). Sum of RGB (Red+Green+Blue) = 23+69+170=262 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.78% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 170 (66.80% from 255 or 64.89% from 262); Max value from RGB is 170 - color contains mainly: blue. Hex color #1745AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1745AA is #E8BA55. Grayscale: #424242. Windows color (decimal): -15252054 or 11158807. OLE color: 11158807.

HSL color Cylindrical-coordinate representation of color #1745AA: hue angle of 221.22º 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 #1745AA is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 23 69 170 -
CMYK 0.86 0.59 0 0.33
HSL 221.22º 0.76% 0.38% -
HSV(B) 221.22º 0.86% 0.67% -
XYZ 9.74 7.34 38.93 -
YUV 66.76 186.26 96.79 -
System Red Green Blue C M Y K H S L
Decimal 23 69 170 0.86 0.59 0 0.33 221.22 0.76 0.38
Hex 17 45 AA 56 3B 0 21 DD 4C 26
Octal 27 105 252 126 73 0 41 335 114 46
Binary 10111 1000101 10101010 1010110 111011 0 100001 11011101 1001100 100110

Color Harmonies of #1745AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1745AA

Black with #1745AA

Text Example


Text Example

White with #1745AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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