Html Css Color HEX #143DAB Egyptian Blue

📋 copy color: '#143DAB'

red 20 ◦ green 61 ◦ blue 171

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

Shades of Egyptian Blue #143DAB

Tints of Egyptian Blue #143DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 67.86%

R = 7.94%
G = 24.21%
B = 67.86%

CMYK

 C value IS 0.88

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#143DAB (or 0x143DAB) is known color: Egyptian Blue. HEX triplet: 14, 3D and AB. RGB value is (20,61,171). Sum of RGB (Red+Green+Blue) = 20+61+171=252 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.94% from 252); Green value is 61 (24.22% from 255 or 24.21% from 252); Blue value is 171 (67.19% from 255 or 67.86% from 252); Max value from RGB is 171 - color contains mainly: blue. Hex color #143DAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143DAB is #EBC254. Grayscale: #3C3C3C. Windows color (decimal): -15450709 or 11222292. OLE color: 11222292.

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

Color convert

RGB 20 61 171 -
CMYK 0.88 0.64 0 0.33
HSL 223.71º 0.79% 0.37% -
HSV(B) 223.71º 0.88% 0.67% -
XYZ 9.31 6.43 39.28 -
YUV 61.28 189.92 98.56 -
System Red Green Blue C M Y K H S L
Decimal 20 61 171 0.88 0.64 0 0.33 223.71 0.79 0.37
Hex 14 3D AB 58 40 0 21 E0 4F 25
Octal 24 75 253 130 100 0 41 340 117 45
Binary 10100 111101 10101011 1011000 1000000 0 100001 11100000 1001111 100101

Color Harmonies of #143DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143DAB

Black with #143DAB

Text Example


Text Example

White with #143DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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