Html Css Color HEX #143AAA Egyptian Blue

📋 copy color: '#143AAA'

red 20 ◦ green 58 ◦ blue 170

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

Shades of Egyptian Blue #143AAA

Tints of Egyptian Blue #143AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 68.55%

R = 8.06%
G = 23.39%
B = 68.55%

CMYK

 C value IS 0.88

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#143AAA (or 0x143AAA) is known color: Egyptian Blue. HEX triplet: 14, 3A and AA. RGB value is (20,58,170). Sum of RGB (Red+Green+Blue) = 20+58+170=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 58 (23.05% from 255 or 23.39% from 248); Blue value is 170 (66.80% from 255 or 68.55% from 248); Max value from RGB is 170 - color contains mainly: blue. Hex color #143AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143AAA is #EBC555. Grayscale: #3A3A3A. Windows color (decimal): -15451478 or 11155988. OLE color: 11155988.

HSL color Cylindrical-coordinate representation of color #143AAA: hue angle of 224.8º 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 #143AAA is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 58 170 -
CMYK 0.88 0.66 0 0.33
HSL 224.8º 0.79% 0.37% -
HSV(B) 224.8º 0.88% 0.67% -
XYZ 9.06 6.08 38.73 -
YUV 59.41 190.41 99.89 -
System Red Green Blue C M Y K H S L
Decimal 20 58 170 0.88 0.66 0 0.33 224.8 0.79 0.37
Hex 14 3A AA 58 42 0 21 E1 4F 25
Octal 24 72 252 130 102 0 41 341 117 45
Binary 10100 111010 10101010 1011000 1000010 0 100001 11100001 1001111 100101

Color Harmonies of #143AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143AAA

Black with #143AAA

Text Example


Text Example

White with #143AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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