Html Css Color HEX #1445AF Egyptian Blue

📋 copy color: '#1445AF'

red 20 ◦ green 69 ◦ blue 175

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

Shades of Egyptian Blue #1445AF

Tints of Egyptian Blue #1445AF

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.14%

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

R = 7.58%
G = 26.14%
B = 66.29%

CMYK

 C value IS 0.89

 M value IS 0.61

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1445AF (or 0x1445AF) is known color: Egyptian Blue. HEX triplet: 14, 45 and AF. RGB value is (20,69,175). Sum of RGB (Red+Green+Blue) = 20+69+175=264 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.58% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 175 (68.75% from 255 or 66.29% from 264); Max value from RGB is 175 - color contains mainly: blue. Hex color #1445AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1445AF is #EBBA50. Grayscale: #414141. Windows color (decimal): -15448657 or 11486484. OLE color: 11486484.

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

Color convert

RGB 20 69 175 -
CMYK 0.89 0.61 0 0.31
HSL 221.03º 0.79% 0.38% -
HSV(B) 221.03º 0.89% 0.69% -
XYZ 10.15 7.5 41.47 -
YUV 66.43 189.27 94.88 -
System Red Green Blue C M Y K H S L
Decimal 20 69 175 0.89 0.61 0 0.31 221.03 0.79 0.38
Hex 14 45 AF 59 3D 0 1F DD 4F 26
Octal 24 105 257 131 75 0 37 335 117 46
Binary 10100 1000101 10101111 1011001 111101 0 11111 11011101 1001111 100110

Color Harmonies of #1445AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1445AF

Black with #1445AF

Text Example


Text Example

White with #1445AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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