Html Css Color HEX #143294 Egyptian Blue

📋 copy color: '#143294'

red 20 ◦ green 50 ◦ blue 148

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

Shades of Egyptian Blue #143294

Tints of Egyptian Blue #143294

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.94%

 BLUE value IS 148 (58.2% from 255) = 67.89%

R = 9.17%
G = 22.94%
B = 67.89%

CMYK

 C value IS 0.86

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#143294 (or 0x143294) is known color: Egyptian Blue. HEX triplet: 14, 32 and 94. RGB value is (20,50,148). Sum of RGB (Red+Green+Blue) = 20+50+148=218 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.17% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 148 (58.20% from 255 or 67.89% from 218); Max value from RGB is 148 - color contains mainly: blue. Hex color #143294 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143294 is #EBCD6B. Grayscale: #333333. Windows color (decimal): -15453548 or 9712148. OLE color: 9712148.

HSL color Cylindrical-coordinate representation of color #143294: hue angle of 225.94º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #143294 is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 50 148 -
CMYK 0.86 0.66 0 0.42
HSL 225.94º 0.76% 0.33% -
HSV(B) 225.94º 0.86% 0.58% -
XYZ 6.77 4.57 28.54 -
YUV 52.2 182.06 105.03 -
System Red Green Blue C M Y K H S L
Decimal 20 50 148 0.86 0.66 0 0.42 225.94 0.76 0.33
Hex 14 32 94 56 42 0 2A E2 4C 21
Octal 24 62 224 126 102 0 52 342 114 41
Binary 10100 110010 10010100 1010110 1000010 0 101010 11100010 1001100 100001

Color Harmonies of #143294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143294

Black with #143294

Text Example


Text Example

White with #143294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143294; }

 p { color: rgb(20,50,148); }

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

background-color css

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

 a { background-color: rgb(20,50,148); }

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

border-color css

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

 span { border-color: rgb(20,50,148); }

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