Html Css Color HEX #143FA9 Egyptian Blue

📋 copy color: '#143FA9'

red 20 ◦ green 63 ◦ blue 169

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

Shades of Egyptian Blue #143FA9

Tints of Egyptian Blue #143FA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 67.06%

R = 7.94%
G = 25%
B = 67.06%

CMYK

 C value IS 0.88

 M value IS 0.63

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#143FA9 (or 0x143FA9) is known color: Egyptian Blue. HEX triplet: 14, 3F and A9. RGB value is (20,63,169). Sum of RGB (Red+Green+Blue) = 20+63+169=252 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.94% from 252); Green value is 63 (25% from 255 or 25% from 252); Blue value is 169 (66.41% from 255 or 67.06% from 252); Max value from RGB is 169 - color contains mainly: blue. Hex color #143FA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143FA9 is #EBC056. Grayscale: #3D3D3D. Windows color (decimal): -15450199 or 11091732. OLE color: 11091732.

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

Color convert

RGB 20 63 169 -
CMYK 0.88 0.63 0 0.34
HSL 222.68º 0.79% 0.37% -
HSV(B) 222.68º 0.88% 0.66% -
XYZ 9.23 6.57 38.32 -
YUV 62.23 188.25 97.88 -
System Red Green Blue C M Y K H S L
Decimal 20 63 169 0.88 0.63 0 0.34 222.68 0.79 0.37
Hex 14 3F A9 58 3F 0 22 DF 4F 25
Octal 24 77 251 130 77 0 42 337 117 45
Binary 10100 111111 10101001 1011000 111111 0 100010 11011111 1001111 100101

Color Harmonies of #143FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143FA9

Black with #143FA9

Text Example


Text Example

White with #143FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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