Html Css Color HEX #1443AD Egyptian Blue

📋 copy color: '#1443AD'

red 20 ◦ green 67 ◦ blue 173

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

Shades of Egyptian Blue #1443AD

Tints of Egyptian Blue #1443AD

RGB

 RED value IS 20 (8.2% from 255) = 7.69%

 GREEN value IS 67 (26.56% from 255) = 25.77%

 BLUE value IS 173 (67.97% from 255) = 66.54%

R = 7.69%
G = 25.77%
B = 66.54%

CMYK

 C value IS 0.88

 M value IS 0.61

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1443AD (or 0x1443AD) is known color: Egyptian Blue. HEX triplet: 14, 43 and AD. RGB value is (20,67,173). Sum of RGB (Red+Green+Blue) = 20+67+173=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 67 (26.56% from 255 or 25.77% from 260); Blue value is 173 (67.97% from 255 or 66.54% from 260); Max value from RGB is 173 - color contains mainly: blue. Hex color #1443AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1443AD is #EBBC52. Grayscale: #404040. Windows color (decimal): -15449171 or 11354900. OLE color: 11354900.

HSL color Cylindrical-coordinate representation of color #1443AD: hue angle of 221.57º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1443AD is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 67 173 -
CMYK 0.88 0.61 0 0.32
HSL 221.57º 0.79% 0.38% -
HSV(B) 221.57º 0.88% 0.68% -
XYZ 9.84 7.18 40.4 -
YUV 65.03 188.93 95.88 -
System Red Green Blue C M Y K H S L
Decimal 20 67 173 0.88 0.61 0 0.32 221.57 0.79 0.38
Hex 14 43 AD 58 3D 0 20 DE 4F 26
Octal 24 103 255 130 75 0 40 336 117 46
Binary 10100 1000011 10101101 1011000 111101 0 100000 11011110 1001111 100110

Color Harmonies of #1443AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1443AD

Black with #1443AD

Text Example


Text Example

White with #1443AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1443AD; }

 p { color: rgb(20,67,173); }

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

background-color css

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

 a { background-color: rgb(20,67,173); }

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

border-color css

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

 span { border-color: rgb(20,67,173); }

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