Html Css Color HEX #143DAE Egyptian Blue

📋 copy color: '#143DAE'

red 20 ◦ green 61 ◦ blue 174

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

Shades of Egyptian Blue #143DAE

Tints of Egyptian Blue #143DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 68.24%

R = 7.84%
G = 23.92%
B = 68.24%

CMYK

 C value IS 0.89

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#143DAE (or 0x143DAE) is known color: Egyptian Blue. HEX triplet: 14, 3D and AE. RGB value is (20,61,174). Sum of RGB (Red+Green+Blue) = 20+61+174=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 174 (68.36% from 255 or 68.24% from 255); Max value from RGB is 174 - color contains mainly: blue. Hex color #143DAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143DAE is #EBC251. Grayscale: #3D3D3D. Windows color (decimal): -15450706 or 11418900. OLE color: 11418900.

HSL color Cylindrical-coordinate representation of color #143DAE: hue angle of 224.03º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #143DAE is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 61 174 -
CMYK 0.89 0.65 0 0.32
HSL 224.03º 0.79% 0.38% -
HSV(B) 224.03º 0.89% 0.68% -
XYZ 9.6 6.54 40.8 -
YUV 61.62 191.42 98.31 -
System Red Green Blue C M Y K H S L
Decimal 20 61 174 0.89 0.65 0 0.32 224.03 0.79 0.38
Hex 14 3D AE 59 41 0 20 E0 4F 26
Octal 24 75 256 131 101 0 40 340 117 46
Binary 10100 111101 10101110 1011001 1000001 0 100000 11100000 1001111 100110

Color Harmonies of #143DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143DAE

Black with #143DAE

Text Example


Text Example

White with #143DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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