Html Css Color HEX #143BA5 Egyptian Blue

📋 copy color: '#143BA5'

red 20 ◦ green 59 ◦ blue 165

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

Shades of Egyptian Blue #143BA5

Tints of Egyptian Blue #143BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 67.62%

R = 8.2%
G = 24.18%
B = 67.62%

CMYK

 C value IS 0.88

 M value IS 0.64

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#143BA5 (or 0x143BA5) is known color: Egyptian Blue. HEX triplet: 14, 3B and A5. RGB value is (20,59,165). Sum of RGB (Red+Green+Blue) = 20+59+165=244 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.20% from 244); Green value is 59 (23.44% from 255 or 24.18% from 244); Blue value is 165 (64.84% from 255 or 67.62% from 244); Max value from RGB is 165 - color contains mainly: blue. Hex color #143BA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143BA5 is #EBC45A. Grayscale: #3A3A3A. Windows color (decimal): -15451227 or 10828564. OLE color: 10828564.

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

Color convert

RGB 20 59 165 -
CMYK 0.88 0.64 0 0.35
HSL 223.86º 0.78% 0.36% -
HSV(B) 223.86º 0.88% 0.65% -
XYZ 8.64 5.99 36.3 -
YUV 59.42 187.58 99.88 -
System Red Green Blue C M Y K H S L
Decimal 20 59 165 0.88 0.64 0 0.35 223.86 0.78 0.36
Hex 14 3B A5 58 40 0 23 E0 4E 24
Octal 24 73 245 130 100 0 43 340 116 44
Binary 10100 111011 10100101 1011000 1000000 0 100011 11100000 1001110 100100

Color Harmonies of #143BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143BA5

Black with #143BA5

Text Example


Text Example

White with #143BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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