Html Css Color HEX #1446AF Egyptian Blue

📋 copy color: '#1446AF'

red 20 ◦ green 70 ◦ blue 175

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

Shades of Egyptian Blue #1446AF

Tints of Egyptian Blue #1446AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 66.04%

R = 7.55%
G = 26.42%
B = 66.04%

CMYK

 C value IS 0.89

 M value IS 0.60

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1446AF (or 0x1446AF) is known color: Egyptian Blue. HEX triplet: 14, 46 and AF. RGB value is (20,70,175). Sum of RGB (Red+Green+Blue) = 20+70+175=265 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.55% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 175 (68.75% from 255 or 66.04% from 265); Max value from RGB is 175 - color contains mainly: blue. Hex color #1446AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1446AF is #EBB950. Grayscale: #424242. Windows color (decimal): -15448401 or 11486740. OLE color: 11486740.

HSL color Cylindrical-coordinate representation of color #1446AF: hue angle of 220.65º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1446AF is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 20 70 175 -
CMYK 0.89 0.60 0 0.31
HSL 220.65º 0.79% 0.38% -
HSV(B) 220.65º 0.89% 0.69% -
XYZ 10.22 7.62 41.49 -
YUV 67.02 188.94 94.46 -
System Red Green Blue C M Y K H S L
Decimal 20 70 175 0.89 0.60 0 0.31 220.65 0.79 0.38
Hex 14 46 AF 59 3C 0 1F DD 4F 26
Octal 24 106 257 131 74 0 37 335 117 46
Binary 10100 1000110 10101111 1011001 111100 0 11111 11011101 1001111 100110

Color Harmonies of #1446AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1446AF

Black with #1446AF

Text Example


Text Example

White with #1446AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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