Html Css Color HEX #143BA6 Egyptian Blue

📋 copy color: '#143BA6'

red 20 ◦ green 59 ◦ blue 166

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

Shades of Egyptian Blue #143BA6

Tints of Egyptian Blue #143BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 67.76%

R = 8.16%
G = 24.08%
B = 67.76%

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

#143BA6 (or 0x143BA6) is known color: Egyptian Blue. HEX triplet: 14, 3B and A6. RGB value is (20,59,166). Sum of RGB (Red+Green+Blue) = 20+59+166=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 166 (65.23% from 255 or 67.76% from 245); Max value from RGB is 166 - color contains mainly: blue. Hex color #143BA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143BA6 is #EBC459. Grayscale: #3B3B3B. Windows color (decimal): -15451226 or 10894100. OLE color: 10894100.

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

Color convert

RGB 20 59 166 -
CMYK 0.88 0.64 0 0.35
HSL 223.97º 0.78% 0.36% -
HSV(B) 223.97º 0.88% 0.65% -
XYZ 8.74 6.03 36.78 -
YUV 59.54 188.08 99.8 -
System Red Green Blue C M Y K H S L
Decimal 20 59 166 0.88 0.64 0 0.35 223.97 0.78 0.36
Hex 14 3B A6 58 40 0 23 E0 4E 24
Octal 24 73 246 130 100 0 43 340 116 44
Binary 10100 111011 10100110 1011000 1000000 0 100011 11100000 1001110 100100

Color Harmonies of #143BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143BA6

Black with #143BA6

Text Example


Text Example

White with #143BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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