Html Css Color HEX #143697 Egyptian Blue

📋 copy color: '#143697'

red 20 ◦ green 54 ◦ blue 151

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

Shades of Egyptian Blue #143697

Tints of Egyptian Blue #143697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 67.11%

R = 8.89%
G = 24%
B = 67.11%

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

#143697 (or 0x143697) is known color: Egyptian Blue. HEX triplet: 14, 36 and 97. RGB value is (20,54,151). Sum of RGB (Red+Green+Blue) = 20+54+151=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 54 (21.48% from 255 or 24% from 225); Blue value is 151 (59.38% from 255 or 67.11% from 225); Max value from RGB is 151 - color contains mainly: blue. Hex color #143697 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143697 is #EBC968. Grayscale: #363636. Windows color (decimal): -15452521 or 9909780. OLE color: 9909780.

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

Color convert

RGB 20 54 151 -
CMYK 0.87 0.64 0 0.41
HSL 224.43º 0.77% 0.34% -
HSV(B) 224.43º 0.87% 0.59% -
XYZ 7.19 5.02 29.87 -
YUV 54.89 182.24 103.11 -
System Red Green Blue C M Y K H S L
Decimal 20 54 151 0.87 0.64 0 0.41 224.43 0.77 0.34
Hex 14 36 97 57 40 0 29 E0 4D 22
Octal 24 66 227 127 100 0 51 340 115 42
Binary 10100 110110 10010111 1010111 1000000 0 101001 11100000 1001101 100010

Color Harmonies of #143697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143697

Black with #143697

Text Example


Text Example

White with #143697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143697; }

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

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

background-color css

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

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

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

border-color css

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

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

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