Html Css Color HEX #143AA7 Egyptian Blue

📋 copy color: '#143AA7'

red 20 ◦ green 58 ◦ blue 167

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

Shades of Egyptian Blue #143AA7

Tints of Egyptian Blue #143AA7

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.67%

 BLUE value IS 167 (65.63% from 255) = 68.16%

R = 8.16%
G = 23.67%
B = 68.16%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#143AA7 (or 0x143AA7) is known color: Egyptian Blue. HEX triplet: 14, 3A and A7. RGB value is (20,58,167). Sum of RGB (Red+Green+Blue) = 20+58+167=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 167 (65.62% from 255 or 68.16% from 245); Max value from RGB is 167 - color contains mainly: blue. Hex color #143AA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143AA7 is #EBC558. Grayscale: #3A3A3A. Windows color (decimal): -15451481 or 10959380. OLE color: 10959380.

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

Color convert

RGB 20 58 167 -
CMYK 0.88 0.65 0 0.35
HSL 224.49º 0.79% 0.37% -
HSV(B) 224.49º 0.88% 0.65% -
XYZ 8.78 5.96 37.25 -
YUV 59.06 188.91 100.14 -
System Red Green Blue C M Y K H S L
Decimal 20 58 167 0.88 0.65 0 0.35 224.49 0.79 0.37
Hex 14 3A A7 58 41 0 23 E0 4F 25
Octal 24 72 247 130 101 0 43 340 117 45
Binary 10100 111010 10100111 1011000 1000001 0 100011 11100000 1001111 100101

Color Harmonies of #143AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143AA7

Black with #143AA7

Text Example


Text Example

White with #143AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,58,167); }

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

background-color css

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

 a { background-color: rgb(20,58,167); }

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

border-color css

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

 span { border-color: rgb(20,58,167); }

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