Html Css Color HEX #143DAD Egyptian Blue

📋 copy color: '#143DAD'

red 20 ◦ green 61 ◦ blue 173

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

Shades of Egyptian Blue #143DAD

Tints of Egyptian Blue #143DAD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.02%

 BLUE value IS 173 (67.97% from 255) = 68.11%

R = 7.87%
G = 24.02%
B = 68.11%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#143DAD (or 0x143DAD) is known color: Egyptian Blue. HEX triplet: 14, 3D and AD. RGB value is (20,61,173). Sum of RGB (Red+Green+Blue) = 20+61+173=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 61 (24.22% from 255 or 24.02% from 254); Blue value is 173 (67.97% from 255 or 68.11% from 254); Max value from RGB is 173 - color contains mainly: blue. Hex color #143DAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143DAD is #EBC252. Grayscale: #3D3D3D. Windows color (decimal): -15450707 or 11353364. OLE color: 11353364.

HSL color Cylindrical-coordinate representation of color #143DAD: hue angle of 223.92º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #143DAD is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 61 173 -
CMYK 0.88 0.65 0 0.32
HSL 223.92º 0.79% 0.38% -
HSV(B) 223.92º 0.88% 0.68% -
XYZ 9.5 6.5 40.29 -
YUV 61.51 190.92 98.39 -
System Red Green Blue C M Y K H S L
Decimal 20 61 173 0.88 0.65 0 0.32 223.92 0.79 0.38
Hex 14 3D AD 58 41 0 20 E0 4F 26
Octal 24 75 255 130 101 0 40 340 117 46
Binary 10100 111101 10101101 1011000 1000001 0 100000 11100000 1001111 100110

Color Harmonies of #143DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143DAD

Black with #143DAD

Text Example


Text Example

White with #143DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143DAD; }

 p { color: rgb(20,61,173); }

 H1.HeaderClassName
 {
   color: #143DAD;
 }
 .AnyTagClassName
 {
   color: #143DAD;
 }
</style>

background-color css

<style>
 a { background-color: #143DAD; }

 a { background-color: rgb(20,61,173); }

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

border-color css

<style>
 span { border-color: #143DAD; }

 span { border-color: rgb(20,61,173); }

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