Html Css Color HEX #143DA7 Egyptian Blue

📋 copy color: '#143DA7'

red 20 ◦ green 61 ◦ blue 167

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

Shades of Egyptian Blue #143DA7

Tints of Egyptian Blue #143DA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 67.34%

R = 8.06%
G = 24.6%
B = 67.34%

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

#143DA7 (or 0x143DA7) is known color: Egyptian Blue. HEX triplet: 14, 3D and A7. RGB value is (20,61,167). Sum of RGB (Red+Green+Blue) = 20+61+167=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 167 (65.62% from 255 or 67.34% from 248); Max value from RGB is 167 - color contains mainly: blue. Hex color #143DA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143DA7 is #EBC258. Grayscale: #3C3C3C. Windows color (decimal): -15450713 or 10960148. OLE color: 10960148.

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

Color convert

RGB 20 61 167 -
CMYK 0.88 0.63 0 0.35
HSL 223.27º 0.79% 0.37% -
HSV(B) 223.27º 0.88% 0.65% -
XYZ 8.93 6.28 37.3 -
YUV 60.83 187.92 98.88 -
System Red Green Blue C M Y K H S L
Decimal 20 61 167 0.88 0.63 0 0.35 223.27 0.79 0.37
Hex 14 3D A7 58 3F 0 23 DF 4F 25
Octal 24 75 247 130 77 0 43 337 117 45
Binary 10100 111101 10100111 1011000 111111 0 100011 11011111 1001111 100101

Color Harmonies of #143DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143DA7

Black with #143DA7

Text Example


Text Example

White with #143DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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