Html Css Color HEX #143BAA Egyptian Blue

📋 copy color: '#143BAA'

red 20 ◦ green 59 ◦ blue 170

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

Shades of Egyptian Blue #143BAA

Tints of Egyptian Blue #143BAA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.69%

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

R = 8.03%
G = 23.69%
B = 68.27%

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

#143BAA (or 0x143BAA) is known color: Egyptian Blue. HEX triplet: 14, 3B and AA. RGB value is (20,59,170). Sum of RGB (Red+Green+Blue) = 20+59+170=249 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.03% from 249); Green value is 59 (23.44% from 255 or 23.69% from 249); Blue value is 170 (66.80% from 255 or 68.27% from 249); Max value from RGB is 170 - color contains mainly: blue. Hex color #143BAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143BAA is #EBC455. Grayscale: #3B3B3B. Windows color (decimal): -15451222 or 11156244. OLE color: 11156244.

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

Color convert

RGB 20 59 170 -
CMYK 0.88 0.65 0 0.33
HSL 224.4º 0.79% 0.37% -
HSV(B) 224.4º 0.88% 0.67% -
XYZ 9.11 6.18 38.74 -
YUV 59.99 190.08 99.47 -
System Red Green Blue C M Y K H S L
Decimal 20 59 170 0.88 0.65 0 0.33 224.4 0.79 0.37
Hex 14 3B AA 58 41 0 21 E0 4F 25
Octal 24 73 252 130 101 0 41 340 117 45
Binary 10100 111011 10101010 1011000 1000001 0 100001 11100000 1001111 100101

Color Harmonies of #143BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143BAA

Black with #143BAA

Text Example


Text Example

White with #143BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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