Html Css Color HEX #143DA8 Egyptian Blue

📋 copy color: '#143DA8'

red 20 ◦ green 61 ◦ blue 168

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

Shades of Egyptian Blue #143DA8

Tints of Egyptian Blue #143DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 67.47%

R = 8.03%
G = 24.5%
B = 67.47%

CMYK

 C value IS 0.88

 M value IS 0.64

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#143DA8 (or 0x143DA8) is known color: Egyptian Blue. HEX triplet: 14, 3D and A8. RGB value is (20,61,168). Sum of RGB (Red+Green+Blue) = 20+61+168=249 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.03% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 168 (66.02% from 255 or 67.47% from 249); Max value from RGB is 168 - color contains mainly: blue. Hex color #143DA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143DA8 is #EBC257. Grayscale: #3C3C3C. Windows color (decimal): -15450712 or 11025684. OLE color: 11025684.

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

Color convert

RGB 20 61 168 -
CMYK 0.88 0.64 0 0.34
HSL 223.38º 0.79% 0.37% -
HSV(B) 223.38º 0.88% 0.66% -
XYZ 9.03 6.31 37.79 -
YUV 60.94 188.42 98.8 -
System Red Green Blue C M Y K H S L
Decimal 20 61 168 0.88 0.64 0 0.34 223.38 0.79 0.37
Hex 14 3D A8 58 40 0 22 DF 4F 25
Octal 24 75 250 130 100 0 42 337 117 45
Binary 10100 111101 10101000 1011000 1000000 0 100010 11011111 1001111 100101

Color Harmonies of #143DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143DA8

Black with #143DA8

Text Example


Text Example

White with #143DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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