Html Css Color HEX #143295 Egyptian Blue

📋 copy color: '#143295'

red 20 ◦ green 50 ◦ blue 149

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

Shades of Egyptian Blue #143295

Tints of Egyptian Blue #143295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 68.04%

R = 9.13%
G = 22.83%
B = 68.04%

CMYK

 C value IS 0.87

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#143295 (or 0x143295) is known color: Egyptian Blue. HEX triplet: 14, 32 and 95. RGB value is (20,50,149). Sum of RGB (Red+Green+Blue) = 20+50+149=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 149 (58.59% from 255 or 68.04% from 219); Max value from RGB is 149 - color contains mainly: blue. Hex color #143295 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143295 is #EBCD6A. Grayscale: #333333. Windows color (decimal): -15453547 or 9777684. OLE color: 9777684.

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

Color convert

RGB 20 50 149 -
CMYK 0.87 0.66 0 0.42
HSL 226.05º 0.76% 0.33% -
HSV(B) 226.05º 0.87% 0.58% -
XYZ 6.85 4.6 28.96 -
YUV 52.32 182.56 104.95 -
System Red Green Blue C M Y K H S L
Decimal 20 50 149 0.87 0.66 0 0.42 226.05 0.76 0.33
Hex 14 32 95 57 42 0 2A E2 4C 21
Octal 24 62 225 127 102 0 52 342 114 41
Binary 10100 110010 10010101 1010111 1000010 0 101010 11100010 1001100 100001

Color Harmonies of #143295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143295

Black with #143295

Text Example


Text Example

White with #143295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143295; }

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

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

background-color css

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

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

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

border-color css

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

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

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