Html Css Color HEX #143595 Egyptian Blue

📋 copy color: '#143595'

red 20 ◦ green 53 ◦ blue 149

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

Shades of Egyptian Blue #143595

Tints of Egyptian Blue #143595

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.87%

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

R = 9.01%
G = 23.87%
B = 67.12%

CMYK

 C value IS 0.87

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#143595 (or 0x143595) is known color: Egyptian Blue. HEX triplet: 14, 35 and 95. RGB value is (20,53,149). Sum of RGB (Red+Green+Blue) = 20+53+149=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 53 (21.09% from 255 or 23.87% from 222); Blue value is 149 (58.59% from 255 or 67.12% from 222); Max value from RGB is 149 - color contains mainly: blue. Hex color #143595 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143595 is #EBCA6A. Grayscale: #353535. Windows color (decimal): -15452779 or 9778452. OLE color: 9778452.

HSL color Cylindrical-coordinate representation of color #143595: hue angle of 224.65º 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 #143595 is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 53 149 -
CMYK 0.87 0.64 0 0.42
HSL 224.65º 0.76% 0.33% -
HSV(B) 224.65º 0.87% 0.58% -
XYZ 6.99 4.86 29 -
YUV 54.08 181.57 103.69 -
System Red Green Blue C M Y K H S L
Decimal 20 53 149 0.87 0.64 0 0.42 224.65 0.76 0.33
Hex 14 35 95 57 40 0 2A E1 4C 21
Octal 24 65 225 127 100 0 52 341 114 41
Binary 10100 110101 10010101 1010111 1000000 0 101010 11100001 1001100 100001

Color Harmonies of #143595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143595

Black with #143595

Text Example


Text Example

White with #143595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143595; }

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

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

background-color css

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

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

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

border-color css

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

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

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