Html Css Color HEX #1446AD Egyptian Blue

📋 copy color: '#1446AD'

red 20 ◦ green 70 ◦ blue 173

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

Shades of Egyptian Blue #1446AD

Tints of Egyptian Blue #1446AD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.62%

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

R = 7.6%
G = 26.62%
B = 65.78%

CMYK

 C value IS 0.88

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1446AD (or 0x1446AD) is known color: Egyptian Blue. HEX triplet: 14, 46 and AD. RGB value is (20,70,173). Sum of RGB (Red+Green+Blue) = 20+70+173=263 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.60% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 173 (67.97% from 255 or 65.78% from 263); Max value from RGB is 173 - color contains mainly: blue. Hex color #1446AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1446AD is #EBB952. Grayscale: #424242. Windows color (decimal): -15448403 or 11355668. OLE color: 11355668.

HSL color Cylindrical-coordinate representation of color #1446AD: hue angle of 220.39º 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 #1446AD is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 70 173 -
CMYK 0.88 0.60 0 0.32
HSL 220.39º 0.79% 0.38% -
HSV(B) 220.39º 0.88% 0.68% -
XYZ 10.02 7.55 40.46 -
YUV 66.79 187.94 94.62 -
System Red Green Blue C M Y K H S L
Decimal 20 70 173 0.88 0.60 0 0.32 220.39 0.79 0.38
Hex 14 46 AD 58 3C 0 20 DC 4F 26
Octal 24 106 255 130 74 0 40 334 117 46
Binary 10100 1000110 10101101 1011000 111100 0 100000 11011100 1001111 100110

Color Harmonies of #1446AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1446AD

Black with #1446AD

Text Example


Text Example

White with #1446AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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