Html Css Color HEX #1441AF Egyptian Blue

📋 copy color: '#1441AF'

red 20 ◦ green 65 ◦ blue 175

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

Shades of Egyptian Blue #1441AF

Tints of Egyptian Blue #1441AF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25%

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

R = 7.69%
G = 25%
B = 67.31%

CMYK

 C value IS 0.89

 M value IS 0.63

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1441AF (or 0x1441AF) is known color: Egyptian Blue. HEX triplet: 14, 41 and AF. RGB value is (20,65,175). Sum of RGB (Red+Green+Blue) = 20+65+175=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 175 (68.75% from 255 or 67.31% from 260); Max value from RGB is 175 - color contains mainly: blue. Hex color #1441AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1441AF is #EBBE50. Grayscale: #3F3F3F. Windows color (decimal): -15449681 or 11485460. OLE color: 11485460.

HSL color Cylindrical-coordinate representation of color #1441AF: hue angle of 222.58º 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 #1441AF is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 20 65 175 -
CMYK 0.89 0.63 0 0.31
HSL 222.58º 0.79% 0.38% -
HSV(B) 222.58º 0.89% 0.69% -
XYZ 9.92 7.02 41.39 -
YUV 64.09 190.59 96.56 -
System Red Green Blue C M Y K H S L
Decimal 20 65 175 0.89 0.63 0 0.31 222.58 0.79 0.38
Hex 14 41 AF 59 3F 0 1F DF 4F 26
Octal 24 101 257 131 77 0 37 337 117 46
Binary 10100 1000001 10101111 1011001 111111 0 11111 11011111 1001111 100110

Color Harmonies of #1441AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1441AF

Black with #1441AF

Text Example


Text Example

White with #1441AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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