Html Css Color HEX #143AAD Egyptian Blue

📋 copy color: '#143AAD'

red 20 ◦ green 58 ◦ blue 173

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

Shades of Egyptian Blue #143AAD

Tints of Egyptian Blue #143AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 68.92%

R = 7.97%
G = 23.11%
B = 68.92%

CMYK

 C value IS 0.88

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#143AAD (or 0x143AAD) is known color: Egyptian Blue. HEX triplet: 14, 3A and AD. RGB value is (20,58,173). Sum of RGB (Red+Green+Blue) = 20+58+173=251 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.97% from 251); Green value is 58 (23.05% from 255 or 23.11% from 251); Blue value is 173 (67.97% from 255 or 68.92% from 251); Max value from RGB is 173 - color contains mainly: blue. Hex color #143AAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143AAD is #EBC552. Grayscale: #3B3B3B. Windows color (decimal): -15451475 or 11352596. OLE color: 11352596.

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

Color convert

RGB 20 58 173 -
CMYK 0.88 0.66 0 0.32
HSL 225.1º 0.79% 0.38% -
HSV(B) 225.1º 0.88% 0.68% -
XYZ 9.34 6.19 40.24 -
YUV 59.75 191.91 99.65 -
System Red Green Blue C M Y K H S L
Decimal 20 58 173 0.88 0.66 0 0.32 225.1 0.79 0.38
Hex 14 3A AD 58 42 0 20 E1 4F 26
Octal 24 72 255 130 102 0 40 341 117 46
Binary 10100 111010 10101101 1011000 1000010 0 100000 11100001 1001111 100110

Color Harmonies of #143AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143AAD

Black with #143AAD

Text Example


Text Example

White with #143AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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