Html Css Color HEX #1745AB Egyptian Blue

📋 copy color: '#1745AB'

red 23 ◦ green 69 ◦ blue 171

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

Shades of Egyptian Blue #1745AB

Tints of Egyptian Blue #1745AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 65.02%

R = 8.75%
G = 26.24%
B = 65.02%

CMYK

 C value IS 0.87

 M value IS 0.60

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1745AB (or 0x1745AB) is known color: Egyptian Blue. HEX triplet: 17, 45 and AB. RGB value is (23,69,171). Sum of RGB (Red+Green+Blue) = 23+69+171=263 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.75% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 171 (67.19% from 255 or 65.02% from 263); Max value from RGB is 171 - color contains mainly: blue. Hex color #1745AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1745AB is #E8BA54. Grayscale: #424242. Windows color (decimal): -15252053 or 11224343. OLE color: 11224343.

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

Color convert

RGB 23 69 171 -
CMYK 0.87 0.60 0 0.33
HSL 221.35º 0.76% 0.38% -
HSV(B) 221.35º 0.87% 0.67% -
XYZ 9.83 7.38 39.43 -
YUV 66.87 186.76 96.71 -
System Red Green Blue C M Y K H S L
Decimal 23 69 171 0.87 0.60 0 0.33 221.35 0.76 0.38
Hex 17 45 AB 57 3C 0 21 DD 4C 26
Octal 27 105 253 127 74 0 41 335 114 46
Binary 10111 1000101 10101011 1010111 111100 0 100001 11011101 1001100 100110

Color Harmonies of #1745AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1745AB

Black with #1745AB

Text Example


Text Example

White with #1745AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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