Html Css Color HEX #1444A6 Egyptian Blue

📋 copy color: '#1444A6'

red 20 ◦ green 68 ◦ blue 166

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

Shades of Egyptian Blue #1444A6

Tints of Egyptian Blue #1444A6

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.77%

 BLUE value IS 166 (65.23% from 255) = 65.35%

R = 7.87%
G = 26.77%
B = 65.35%

CMYK

 C value IS 0.88

 M value IS 0.59

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#1444A6 (or 0x1444A6) is known color: Egyptian Blue. HEX triplet: 14, 44 and A6. RGB value is (20,68,166). Sum of RGB (Red+Green+Blue) = 20+68+166=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 166 (65.23% from 255 or 65.35% from 254); Max value from RGB is 166 - color contains mainly: blue. Hex color #1444A6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1444A6 is #EBBB59. Grayscale: #404040. Windows color (decimal): -15448922 or 10896404. OLE color: 10896404.

HSL color Cylindrical-coordinate representation of color #1444A6: hue angle of 220.27º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1444A6 is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 20 68 166 -
CMYK 0.88 0.59 0 0.35
HSL 220.27º 0.78% 0.36% -
HSV(B) 220.27º 0.88% 0.65% -
XYZ 9.24 7.04 36.95 -
YUV 64.82 185.1 96.03 -
System Red Green Blue C M Y K H S L
Decimal 20 68 166 0.88 0.59 0 0.35 220.27 0.78 0.36
Hex 14 44 A6 58 3B 0 23 DC 4E 24
Octal 24 104 246 130 73 0 43 334 116 44
Binary 10100 1000100 10100110 1011000 111011 0 100011 11011100 1001110 100100

Color Harmonies of #1444A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1444A6

Black with #1444A6

Text Example


Text Example

White with #1444A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1444A6; }

 p { color: rgb(20,68,166); }

 H1.HeaderClassName
 {
   color: #1444A6;
 }
 .AnyTagClassName
 {
   color: #1444A6;
 }
</style>

background-color css

<style>
 a { background-color: #1444A6; }

 a { background-color: rgb(20,68,166); }

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

border-color css

<style>
 span { border-color: #1444A6; }

 span { border-color: rgb(20,68,166); }

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