Html Css Color HEX #143BA8 Egyptian Blue

📋 copy color: '#143BA8'

red 20 ◦ green 59 ◦ blue 168

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

Shades of Egyptian Blue #143BA8

Tints of Egyptian Blue #143BA8

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.89%

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

R = 8.1%
G = 23.89%
B = 68.02%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#143BA8 (or 0x143BA8) is known color: Egyptian Blue. HEX triplet: 14, 3B and A8. RGB value is (20,59,168). Sum of RGB (Red+Green+Blue) = 20+59+168=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 59 (23.44% from 255 or 23.89% from 247); Blue value is 168 (66.02% from 255 or 68.02% from 247); Max value from RGB is 168 - color contains mainly: blue. Hex color #143BA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143BA8 is #EBC457. Grayscale: #3B3B3B. Windows color (decimal): -15451224 or 11025172. OLE color: 11025172.

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

Color convert

RGB 20 59 168 -
CMYK 0.88 0.65 0 0.34
HSL 224.19º 0.79% 0.37% -
HSV(B) 224.19º 0.88% 0.66% -
XYZ 8.92 6.1 37.75 -
YUV 59.77 189.08 99.64 -
System Red Green Blue C M Y K H S L
Decimal 20 59 168 0.88 0.65 0 0.34 224.19 0.79 0.37
Hex 14 3B A8 58 41 0 22 E0 4F 25
Octal 24 73 250 130 101 0 42 340 117 45
Binary 10100 111011 10101000 1011000 1000001 0 100010 11100000 1001111 100101

Color Harmonies of #143BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143BA8

Black with #143BA8

Text Example


Text Example

White with #143BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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