Html Css Color HEX #1446AB Egyptian Blue

📋 copy color: '#1446AB'

red 20 ◦ green 70 ◦ blue 171

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

Shades of Egyptian Blue #1446AB

Tints of Egyptian Blue #1446AB

RGB

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

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

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

R = 7.66%
G = 26.82%
B = 65.52%

CMYK

 C value IS 0.88

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1446AB (or 0x1446AB) is known color: Egyptian Blue. HEX triplet: 14, 46 and AB. RGB value is (20,70,171). Sum of RGB (Red+Green+Blue) = 20+70+171=261 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.66% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 171 (67.19% from 255 or 65.52% from 261); Max value from RGB is 171 - color contains mainly: blue. Hex color #1446AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1446AB is #EBB954. Grayscale: #424242. Windows color (decimal): -15448405 or 11224596. OLE color: 11224596.

HSL color Cylindrical-coordinate representation of color #1446AB: hue angle of 220.13º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1446AB is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 70 171 -
CMYK 0.88 0.59 0 0.33
HSL 220.13º 0.79% 0.37% -
HSV(B) 220.13º 0.88% 0.67% -
XYZ 9.83 7.47 39.45 -
YUV 66.56 186.94 94.79 -
System Red Green Blue C M Y K H S L
Decimal 20 70 171 0.88 0.59 0 0.33 220.13 0.79 0.37
Hex 14 46 AB 58 3B 0 21 DC 4F 25
Octal 24 106 253 130 73 0 41 334 117 45
Binary 10100 1000110 10101011 1011000 111011 0 100001 11011100 1001111 100101

Color Harmonies of #1446AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1446AB

Black with #1446AB

Text Example


Text Example

White with #1446AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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