Html Css Color HEX #143FA7 Egyptian Blue

📋 copy color: '#143FA7'

red 20 ◦ green 63 ◦ blue 167

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

Shades of Egyptian Blue #143FA7

Tints of Egyptian Blue #143FA7

RGB

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

 GREEN value IS 63 (25% from 255) = 25.2%

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

R = 8%
G = 25.2%
B = 66.8%

CMYK

 C value IS 0.88

 M value IS 0.62

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#143FA7 (or 0x143FA7) is known color: Egyptian Blue. HEX triplet: 14, 3F and A7. RGB value is (20,63,167). Sum of RGB (Red+Green+Blue) = 20+63+167=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 63 (25% from 255 or 25.2% from 250); Blue value is 167 (65.62% from 255 or 66.8% from 250); Max value from RGB is 167 - color contains mainly: blue. Hex color #143FA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143FA7 is #EBC058. Grayscale: #3D3D3D. Windows color (decimal): -15450201 or 10960660. OLE color: 10960660.

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

Color convert

RGB 20 63 167 -
CMYK 0.88 0.62 0 0.35
HSL 222.45º 0.79% 0.37% -
HSV(B) 222.45º 0.88% 0.65% -
XYZ 9.04 6.49 37.34 -
YUV 62 187.25 98.04 -
System Red Green Blue C M Y K H S L
Decimal 20 63 167 0.88 0.62 0 0.35 222.45 0.79 0.37
Hex 14 3F A7 58 3E 0 23 DE 4F 25
Octal 24 77 247 130 76 0 43 336 117 45
Binary 10100 111111 10100111 1011000 111110 0 100011 11011110 1001111 100101

Color Harmonies of #143FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143FA7

Black with #143FA7

Text Example


Text Example

White with #143FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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