Html Css Color HEX #143DA5 Egyptian Blue

📋 copy color: '#143DA5'

red 20 ◦ green 61 ◦ blue 165

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

Shades of Egyptian Blue #143DA5

Tints of Egyptian Blue #143DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 67.07%

R = 8.13%
G = 24.8%
B = 67.07%

CMYK

 C value IS 0.88

 M value IS 0.63

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#143DA5 (or 0x143DA5) is known color: Egyptian Blue. HEX triplet: 14, 3D and A5. RGB value is (20,61,165). Sum of RGB (Red+Green+Blue) = 20+61+165=246 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.13% from 246); Green value is 61 (24.22% from 255 or 24.80% from 246); Blue value is 165 (64.84% from 255 or 67.07% from 246); Max value from RGB is 165 - color contains mainly: blue. Hex color #143DA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143DA5 is #EBC25A. Grayscale: #3C3C3C. Windows color (decimal): -15450715 or 10829076. OLE color: 10829076.

HSL color Cylindrical-coordinate representation of color #143DA5: hue angle of 223.03º 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 #143DA5 is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 20 61 165 -
CMYK 0.88 0.63 0 0.35
HSL 223.03º 0.78% 0.36% -
HSV(B) 223.03º 0.88% 0.65% -
XYZ 8.75 6.2 36.33 -
YUV 60.6 186.92 99.04 -
System Red Green Blue C M Y K H S L
Decimal 20 61 165 0.88 0.63 0 0.35 223.03 0.78 0.36
Hex 14 3D A5 58 3F 0 23 DF 4E 24
Octal 24 75 245 130 77 0 43 337 116 44
Binary 10100 111101 10100101 1011000 111111 0 100011 11011111 1001110 100100

Color Harmonies of #143DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143DA5

Black with #143DA5

Text Example


Text Example

White with #143DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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