Html Css Color HEX #143DAC Egyptian Blue

📋 copy color: '#143DAC'

red 20 ◦ green 61 ◦ blue 172

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

Shades of Egyptian Blue #143DAC

Tints of Egyptian Blue #143DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 67.98%

R = 7.91%
G = 24.11%
B = 67.98%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#143DAC (or 0x143DAC) is known color: Egyptian Blue. HEX triplet: 14, 3D and AC. RGB value is (20,61,172). Sum of RGB (Red+Green+Blue) = 20+61+172=253 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.91% from 253); Green value is 61 (24.22% from 255 or 24.11% from 253); Blue value is 172 (67.58% from 255 or 67.98% from 253); Max value from RGB is 172 - color contains mainly: blue. Hex color #143DAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143DAC is #EBC253. Grayscale: #3C3C3C. Windows color (decimal): -15450708 or 11287828. OLE color: 11287828.

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

Color convert

RGB 20 61 172 -
CMYK 0.88 0.65 0 0.33
HSL 223.82º 0.79% 0.38% -
HSV(B) 223.82º 0.88% 0.67% -
XYZ 9.4 6.46 39.78 -
YUV 61.4 190.42 98.47 -
System Red Green Blue C M Y K H S L
Decimal 20 61 172 0.88 0.65 0 0.33 223.82 0.79 0.38
Hex 14 3D AC 58 41 0 21 E0 4F 26
Octal 24 75 254 130 101 0 41 340 117 46
Binary 10100 111101 10101100 1011000 1000001 0 100001 11100000 1001111 100110

Color Harmonies of #143DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143DAC

Black with #143DAC

Text Example


Text Example

White with #143DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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