Html Css Color HEX #143796 Egyptian Blue

📋 copy color: '#143796'

red 20 ◦ green 55 ◦ blue 150

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

Shades of Egyptian Blue #143796

Tints of Egyptian Blue #143796

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.44%

 BLUE value IS 150 (58.98% from 255) = 66.67%

R = 8.89%
G = 24.44%
B = 66.67%

CMYK

 C value IS 0.87

 M value IS 0.63

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#143796 (or 0x143796) is known color: Egyptian Blue. HEX triplet: 14, 37 and 96. RGB value is (20,55,150). Sum of RGB (Red+Green+Blue) = 20+55+150=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 55 (21.88% from 255 or 24.44% from 225); Blue value is 150 (58.98% from 255 or 66.67% from 225); Max value from RGB is 150 - color contains mainly: blue. Hex color #143796 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143796 is #EBC869. Grayscale: #363636. Windows color (decimal): -15452266 or 9844500. OLE color: 9844500.

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

Color convert

RGB 20 55 150 -
CMYK 0.87 0.63 0 0.41
HSL 223.85º 0.76% 0.33% -
HSV(B) 223.85º 0.87% 0.59% -
XYZ 7.16 5.08 29.46 -
YUV 55.37 181.4 102.78 -
System Red Green Blue C M Y K H S L
Decimal 20 55 150 0.87 0.63 0 0.41 223.85 0.76 0.33
Hex 14 37 96 57 3F 0 29 E0 4C 21
Octal 24 67 226 127 77 0 51 340 114 41
Binary 10100 110111 10010110 1010111 111111 0 101001 11100000 1001100 100001

Color Harmonies of #143796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143796

Black with #143796

Text Example


Text Example

White with #143796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143796; }

 p { color: rgb(20,55,150); }

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

background-color css

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

 a { background-color: rgb(20,55,150); }

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

border-color css

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

 span { border-color: rgb(20,55,150); }

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