Html Css Color HEX #143696 Egyptian Blue

📋 copy color: '#143696'

red 20 ◦ green 54 ◦ blue 150

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

Shades of Egyptian Blue #143696

Tints of Egyptian Blue #143696

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.11%

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

R = 8.93%
G = 24.11%
B = 66.96%

CMYK

 C value IS 0.87

 M value IS 0.64

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#143696 (or 0x143696) is known color: Egyptian Blue. HEX triplet: 14, 36 and 96. RGB value is (20,54,150). Sum of RGB (Red+Green+Blue) = 20+54+150=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 54 (21.48% from 255 or 24.11% from 224); Blue value is 150 (58.98% from 255 or 66.96% from 224); Max value from RGB is 150 - color contains mainly: blue. Hex color #143696 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143696 is #EBC969. Grayscale: #363636. Windows color (decimal): -15452522 or 9844244. OLE color: 9844244.

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

Color convert

RGB 20 54 150 -
CMYK 0.87 0.64 0 0.41
HSL 224.31º 0.76% 0.33% -
HSV(B) 224.31º 0.87% 0.59% -
XYZ 7.11 4.99 29.44 -
YUV 54.78 181.74 103.19 -
System Red Green Blue C M Y K H S L
Decimal 20 54 150 0.87 0.64 0 0.41 224.31 0.76 0.33
Hex 14 36 96 57 40 0 29 E0 4C 21
Octal 24 66 226 127 100 0 51 340 114 41
Binary 10100 110110 10010110 1010111 1000000 0 101001 11100000 1001100 100001

Color Harmonies of #143696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143696

Black with #143696

Text Example


Text Example

White with #143696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143696; }

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

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

background-color css

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

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

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

border-color css

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

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

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